{% extends 'dashboard/base.html.twig' %} {% block body %}

Demand : {{ demand.civility }} {{ demand.firstName }} {{ demand.lastName }}

{% if not demand.valid %} {% else %} {% if is_granted('ROLE_SUPER_USER') %} {% endif %} {% endif %}

INFORMATIONS GÉNÉRALES


Civilité: {{ demand.civility }}

Nom: {{ demand.lastName }}

Prénom: {{ demand.firstName }}

E-mail: {{ demand.email }}

Téléphone: {{ demand.numTel }}

Adresse: {{ demand.address }}, {{ demand.getPaysName() }}

INSCRIPTION


Statut professionnel: {{ demand.getFunctionName() }}

{% if demand.justificative %} {% endif %}

EXTRAS


Dîner gala

{{ demand.isLunchDayOne() ? 'Oui' : 'Non' }} {% if demand.isLunchDayOne() %} ( {{ demand.getLunchDayOneCount() }} Personne(s)) {% endif %}

PAIEMENT


Total Frais D'inscription: {{ demand.getTotalPrice() }}

Méthode de paiement: {{ demand.getPaymentTypeName() }}

{% endblock %}