{% extends 'base.html.twig' %} {% block title %}Gestion des fiches outils niv 2{% endblock %} {% block body %}

Gestion des fiches outils

Nouvelle fiche outil
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %}
{% for fiche in fiches_outils %} {% else %} {% endfor %}
Titre Type Parent Actions
{{ fiche.titre }} {% if fiche.type == 'standard' %} Standard {% elseif fiche.type == 'url' %} URL {% endif %} {% for parent in fiche.pratiques %} - {% endfor %}
Aucune fiche outil trouvée
{% endblock %}