Files
COPILOT/templates/membre/show.html.twig
BRAMAS Arthur 1b0601d724 add progression
2025-10-24 16:14:44 +02:00

8 lines
235 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Détail Membre{% endblock %}
{% block body %}
<h2>Détail Membre</h2>
<pre>{{ dump(membre) }}</pre>
<a href="{{ path('membre_index') }}">Retour à la liste</a>
{% endblock %}