Membre | Date | Titre | Montant | Tickets de caisse/Facture | Actions |
---|---|---|---|---|---|
{% if expenseNote.membre != null %} {{ userChip(expenseNote.membre, 30) }} {% else %} Utilisateur supprimé {% endif %} | {{ expenseNote.expenseDate | date('d/m/Y') }} | {{ expenseNote.name }} | {{ expenseNote.amount }} € | {% for proof in expenseNote.proofs %} {{ proof.name }} {% endfor %} | {% if is_granted('edit', expenseNote) %} {% endif %} {% if is_granted('decide', expenseNote) %} {% endif %} {% if is_granted('delete', expenseNote) %} {% endif %} |
Pas de note de frais en attente de validation
{% endif %}