{{('cabecalho.listar.'~ module) | trans }}

{% if is_granted('ROLE_'~ module | upper ~'_CREATE') %} {# TODO: Refatorar o arquivo create_options em todos os módulos (Débito de código) #} {% include 'propesqBundle:'~ folderModule ~':create_options.html.twig' %} {% else %}
{% endif %}

{{ 'filtro.titulo'|trans }}

{% if not filter %} {% if ocultar is not defined %}
{% endif %} {% endif %}
{% for key, filtered in filtered_options %}
{% endfor %}
{% if filter %} {% endif %} {% include "propesqBundle:Form:filter.visibilidadecolunas.html.twig" with {'pdfAction': pdfAction } %}
{# TODO: Rever todos styles do select2 #}