Liste des type de client

{% if is_granted("ROLE_ADMINISTRATION_TYPE_CUSTOMER") %} {% endif %}
{% for customerType in customerTypes %} {% endfor %}
# Nom Description
{{ customerType.id }} {{ customerType.name }} {{ customerType.description }} {% if is_granted("ROLE_ADMINISTRATION_TYPE_CUSTOMER") %} {% endif %}