{% extends 'base.html.twig' %} {% block title %}Catégorie : {{category.name}}{% endblock %} {% block title_page %}Catégorie : {{category.name}}{% endblock %} {% block container_start %}

{% if is_granted("ROLE_ADMINISTRATION_ROLE") %} {% endif %} {% if is_granted("ROLE_ADMINISTRATION_ROLE") %} {% endif %}
Identifiant :
{{category.id}}
Nom :
{{category.name}}
category parrente :
{% if category.category == NULL %} - {% else %} {{category.category.name}} {% endif %}
Description :
{{category.description}}
Date de création :
{{category.createdAt|date("d/m/Y H:i:s")}}
Date de dernière mise à jour :
{{category.updatedAt|date("d/m/Y H:i:s")}}
{#
Print
#}
{% endblock %}