{% extends 'base.html.twig' %} {% block title %}Contribution index{% endblock %} {% block body %}
| Id | Montant | Annee | DateContribution | Code | CreatedAt | UpdatedAt | DeletedAt | actions |
|---|---|---|---|---|---|---|---|---|
| {{ contribution.id }} | {{ contribution.montant }} | {{ contribution.annee }} | {{ contribution.dateContribution ? contribution.dateContribution|date('Y-m-d') : '' }} | {{ contribution.code }} | {{ contribution.createdAt ? contribution.createdAt|date('Y-m-d H:i:s') : '' }} | {{ contribution.updatedAt ? contribution.updatedAt|date('Y-m-d H:i:s') : '' }} | {{ contribution.deletedAt ? contribution.deletedAt|date('Y-m-d H:i:s') : '' }} | show edit |
| no records found | ||||||||