{% extends 'base.html.twig' %} {% block headtitle %} {{ parent() }} - Liste des factures candidats {% endblock %} {% block title %} {{ parent() }} - Liste des factures candidats {% endblock %} {% block fildariane %} {{ parent() }} - Liste des factures candidats {% endblock %} {% block body %}

Gestion des factures candidats

Liste des factures des candidats
{% if is_granted('ROLE_ADMIN') %} {% endif %}
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% for facture_candidat in facture_candidats %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% else %} {% endfor %}
Numéro Inscription Date Montant Reste à payer Etat de PaiementActions
Numéro Inscription Date Montant Reste à payer Etat de PaiementActions
{{ facture_candidat.id }} {{ facture_candidat.inscription }} {{ facture_candidat.date ? facture_candidat.date|date('d/m/Y') : '' }} {{ facture_candidat.montant}} {{ facture_candidat.devise }} {{ reste(facture_candidat) }} {{facture_candidat.etatPaiement | payeOuNon }} {#
#}

Pas de Facture candidat trouvé
{% endblock %}