{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}
| Nom | Couleur | Équipements | Statut | Actions |
|---|---|---|---|---|
|
{% for i in 1..cat.depth %}— {% endfor %}{{ cat.name }}
{% if cat.description %} {{ cat.description|length > 60 ? cat.description|slice(0, 60) ~ '...' : cat.description }}{% endif %} |
{{ cat.color }} | {{ cat.equipmentCount }} | {% if cat.isActive %} Actif {% else %} Inactif {% endif %} | |
| Aucune catégorie | ||||