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

Contribution index

{% for contribution in contributions %} {% else %} {% endfor %}
Id Duree actions
{{ contribution.id }} {{ contribution.duree }} show edit
no records found
Create new {% endblock %}