{% if app.session.get('suspeita_search_text') is not empty %} {% endif %}

{{'cabecalho.listar.suspeita'|trans}}

{% if is_granted('ROLE_SUSPEITA_CREATE') %} {{'acao.incluir'|trans}} {% endif %}
{% for entity in entities %} {% endfor %}
{{'entidade.suspeita.txtNome'|trans}} {{'Ações'|trans}}
{{ entity.txtNome }}
{# #} {% if is_granted('ROLE_SUSPEITA_EDIT') %} {% endif %} {% if is_granted('ROLE_SUSPEITA_DELETE') %} {% endif %}
{% set module = "suspeita"%} {% include "propesqBundle:Form:pagination.html.twig" %}