add progression
This commit is contained in:
7
templates/membre/show.html.twig
Normal file
7
templates/membre/show.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user