Liste des états des contacts

{% if is_granted("ROLE_ADMINISTRATION_STATE_CONTACT") %} {% endif %}
{% for contactState in contactStates %} {% endfor %}
# Nom Description
{{ contactState.id }} {{ contactState.name }} {{ contactState.description }} {% if is_granted("ROLE_ADMINISTRATION_STATE_CONTACT") %} {% endif %}