{# templates/admin/fiche_outil/index.html.twig #} {% extends 'base.html.twig' %} {% block title %}Gestion des fiches outils{% endblock %} {% block body %}
{# Sortable: Titre #} {% set isTitre = (sort|default('titre') == 'titre') %} {% set nextDirTitre = isTitre and direction|upper == 'ASC' ? 'DESC' : 'ASC' %} Titre {% if isTitre %} {% else %} {% endif %} | {# Sortable: Type #} {% set isType = (sort|default('titre') == 'type') %} {% set nextDirType = isType and direction|upper == 'ASC' ? 'DESC' : 'ASC' %} Type {% if isType %} {% else %} {% endif %} | Utilisée dans | Actions |
---|---|---|---|
{{ fiche.titre }} | {{ fiche.type.value }} |
{% if fiche.pratiques|length > 0 or fiche.etapes|length > 0 or fiche.ficheOutilNiv2s|length > 0 %}
|
|
Aucune fiche trouvée |