{% set public = public is defined ? public : false %} {% import 'Admin/Macros/record.html.twig' as _record %}
{% if item.IDPhoto %}
{#

{{"Fiche de création de compte"}}

#} Voir la photo
{% endif %}
{% if not public %} {% if item.status is not same as (null) %} {% if item.status %} Retenu {% else %} Non retenu {% endif %} {% endif %} {% endif %}
{{ _record.header("INFOS PERSONNELLES")}}{{ _record.cell("Civilité :",item.sex == "F" ? "Madame" : "Monsieur")}}{{ _record.cell("Nom :",item.lname)}}{{ _record.cell("Prénom(s) :",item.fname)}}{{ _record.cell("Date de naissance :",item.birthday|frdate)}}{{ _record.cell("Conditions acceptées :",item.hasAcceptedConditions ? "Oui" : "Non")}}{{ _record.header("PRODUIT VOULU")}}{{ _record.cell("Type :",item.type)}} {% if item.savingAccount %} {{ _record.cell("Produit :",item.savingAccount.label)}} {% endif %} {% if item.currentAccount %} {{ _record.cell("Produit :",item.currentAccount.label)}} {% endif %} {{ _record.cell("Lieu :",item.town)}}{{ _record.cell("Agence :",item.agency.name)}}{{ _record.header("COORDONNÉES")}}{{ _record.cell("Email :",item.email)}}{{ _record.cell("Téléphone :",item.phone)}}{{ _record.cell("Adresse :",item.address)}}{{ _record.header("ATTESTATION DE RÉSIDENCE")}}{{ _record.doc(item.residenceCertificate)}}