{% extends 'base.html.twig' %} {% block title %}Etat contact : {{stateContact.name}}{% endblock %} {% block title_page %}Etat contact : {{stateContact.name}}{% endblock %} {% block container_start %}

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