{% if elementsOwned|length > 0 %}

Mes Fiches

{% for element in elementsOwned %} {% endfor %}
Fiche Status Action
{{ element.name }} {{ elementStatus[element.status] }} {% if element.isValid() or element.isPending() and element.currContribution.userEmail != app.user.email %} {% endif %}
{% endif %}