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

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