Mes Contributions en attente
{% if pendingContributions|length > 0 %}
| Fiche |
Type |
Date |
Action |
{% for contribution in pendingContributions %}
|
{{ contribution.element.name }}
|
{{ contributionType[contribution.type]}} |
{{ contribution.createdAt|date("d/m/Y")}} |
|
{% endfor %}
{% else %}
Vous n'avez aucune contribution en attente. N'hésitez pas à ajouter une fiche !
{% endif %}