{% extends '@App/partials/base.html.twig' %} {% block content %}
| Type | Nom | Actif | |
|---|---|---|---|
|
{{ typeLabels[type] ?? type }}
{{ type }}
|
{{ t ? t.name : (typeLabels[type] ?? type) }} | {% if t %} {{ t.isEnabled ? 'Actif' : 'Désactivé' }} {% else %} À créer {% endif %} | Éditer |