{% extends 'admin.html.twig' %} {% block title %} {{ banlal.name }}{% endblock %} {% block body %}
{{ include("layouts/Flash/_flash.html.twig") }}
Details de la cagnotte
Banlal titre {{ banlal.name }}
Banlal Categorie {{ banlal.category.name }}
organisateur {{ banlal.user.fullName }}
Somme demandée {{ banlal.amount | format_currency( banlal.currency.currencyCode, locale=app.request.locale )}}
Somme Recoltée
    {% for amount in TotalAmountByCurrency %}
  • {{ amount.AmountTotal | format_currency(amount.currency_code, locale=app.request.locale) }}
  • {% endfor %}
Pourcentage recolté {{ banlal.percentProgress }} %
Nombre de participant: {{ banlal.nbreParticipant }}
Details de votre Banlal (cliquez pour voir ou masquer)

{{ banlal.content | raw | nl2br }}

Etat Editer Supprimer voir details Aide
{% if banlal.isActive==true %} DESACTIVER {% elseif banlal.isActive==false %} ACTIVER {% endif %} VOIR Paiement
Details de l'utiliateur
Nom {{ banlal.user.lastname }}
Prénom {{ banlal.user.firstname }}
Date de Naissance {{ banlal.user.birthday | date("Y-m-d") }}
Email {{ banlal.user.email }}
phone {{ banlal.user.phone }}
nationalité {{ banlal.user.nationality }} %
pays de residence: {{ banlal.user.residence }}
Documents: {{ 'user.identities' }}
Documents de l'utilisateur site
<
Type de documents
Documents
Valide ?:
    {% for doc in banlal.user.identities %}
  • {{ doc.isValidate }}
  • {% endfor %}
Date de création:
    {% for doc in banlal.user.identities %}
  • {{ doc.createdAt | ago }}
  • {% endfor %}
Nombre de Documents: {{ banlal.user.identities | length }}
{% endblock %} {% block javascripts %} {% endblock %}