Historique de mes contributions
{% if allContributions|length > 0 %}
| Name |
Type |
Date |
Status |
{% for contribution in allContributions %}
{% set element = contribution.element %}
|
{{ element.name }}
|
{{ contributionType[contribution.type]}} |
{{ contribution.createdAt|date("d/m/Y")}} |
{{ elementStatus[contribution.status] }} |
{% endfor %}
{% else %}
Vous n'avez encore fait aucune contribution
{% endif %}