{% extends 'base.html.twig' %} {% block title %}Membre index{% endblock %} {% block body %}

Membre index

{% for membre in membres %} {% else %} {% endfor %}
Id Nom Droit Contributions actions
{{ membre.id }} {{ membre.nom }} {{ membre.droit }} {{ membre.contributions|length }} show edit
no records found
Create new {% endblock %}