{% extends '::base.html.twig' %} {% block menuTop %} {% endblock %} {% block dashboard %}
{% for page in pages %}
{% for filter in filters %} {% if filter.page_id == page.id %}
{{ filter.filter }}
{% for option in options %} {% if filter.id == option.filter_id %}
{% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endfor %} {#
{% for filter in filters %}
{{ filter.filter }}
{% for option in options %} {% if filter.id == option.filter_id %} red {% endif %} {% endfor %}
{% endfor %}
#}
{% endblock %}