Type de Maintenance

{% if is_granted("ROLE_ADMINISTRATION_TYPE_MAINTENANCE") %} {% endif %}
{% for maintenanceType in maintenanceTypes %} {% endfor %}
# Nom Description
{{ maintenanceType.id }} {{ maintenanceType.name }} {{ maintenanceType.description }} {% if is_granted("ROLE_ADMINISTRATION_TYPE_MAINTENANCE") %} {% endif %}