{% if app.user %}
{% if is_granted('ROLE_ADMIN') %}Admin{% endif %}
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% else %}
{{ 'heading.logIn'|trans }}
  • Extension
  • Signer
{% endif %}