{% extends 'base.html.twig' %} {% block title %}Maintenance Type : {{maintenanceType.name}}{% endblock %} {% block title_page %}Maintenance Type : {{maintenanceType.name}}{% endblock %} {% block container_start %}

{% if is_granted("ROLE_ADMINISTRATION_MAINTENANCE_TYPE") %} {% endif %} {% if is_granted("ROLE_ADMINISTRATION_MAINTENANCE_TYPE") %} {% endif %}
Identifiant :
{{maintenanceType.id}}
Nom :
{{maintenanceType.name}}
Description :
{{maintenanceType.description}}
{#
Print
#}
{% endblock %}