{% extends 'base.html.twig' %} {% block title %}{{parent()}} Catégorie de media "{{ categorie.libelle }}"{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %}

Catégorie de media : {{ categorie.libelle }}

Libellé : {{ categorie.libelle }}

Media : {% if categorie.medias %} {% for media in categorie.medias %} {{ media.libelle }}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %}

ordre : {% if categorie.ordre %} {{ categorie.ordre }} {% endif %}

Est actif : {% if categorie.active %} {% else %} {% endif %}

{#fin card body#}
{#fin col#}
{% endblock body %}