{% extends 'admin/base.html.twig' %} {% block title %}Les techniques | Administration{% endblock %} {% block body %} {% for message in app.flashes('success') %} {% endfor %}

Les techniques

Vous avez {{ techniques|length }} technique(s)
Nom
Action
{% for technique in techniques %}
{{ technique.name }}
{{ include('admin/technique/_delete_form.html.twig') }}
{% endfor %}
{% endblock %}