<%- include('../../template_parts/head')%> <%- include('../../template_parts/header_tunnel')%>
<%- include('../template_parts/rassemblementidf_titrepage')%>

icone information à cliquerVOTRE COMPTE ADHÉRENT

Identifiant : <%= identifiant %>

Association Suzuki : <%= association_suzuki %>

icone information à cliquer

Nombre de personnes pour la navette depuis Maule : <%= bus_nb %>

<% for (let toto = 1; toto < 7; toto++) { %> <% if (locals["personne_"+toto+"_nom"]) { %>

icone information à cliquerPERSONNE <%= locals["personne_"+toto+"_numero"] %>

Nom : <%= locals["personne_"+toto+"_nom"] %> <%= locals["personne_"+toto+"_prenom"] %>

Catégorie : <%= locals["personne_"+toto+"_role"] %>

<% if (locals["personne_"+toto+"_role"] === "professeur") { if (locals["personne_"+toto+"_instrument"]) { %>

Instrument : <%= locals["personne_"+toto+"_instrument"] %> - <%= locals["personne_"+toto+"_cahier"] %>

<% } %> <% if (locals["personne_"+toto+"_repas"] === "repas") { %>

Repas du midi : oui (8€)

<% } %> <% } %> <% if (locals["personne_"+toto+"_role"] === "instrumentiste") {%> <% if (locals["personne_"+toto+"_age"]) { %>

Age : <%= locals["personne_"+toto+"_age"] %>

<% } %> <% if (locals["personne_"+toto+"_instrument"]) { %>

Instrument : <%= locals["personne_"+toto+"_instrument"] %> - <%= locals["personne_"+toto+"_cahier"] %>

<% } %> <% if (locals["personne_"+toto+"_piece"]) { %>

Pièce : <%= locals["personne_"+toto+"_piece"] %>

<% } %> <% if (locals["personne_"+toto+"_prof"]) { %>

Professeur : <%= locals["personne_"+toto+"_prof"] %>

<% } %> <% } %>
<% } %> <% } %>

<% if (locals["cout_total"] > 0) { %>

Tarif rassemblement : <%= cout_rassemblement %>€

<% if (locals["cout_repas"] > 0) { %>

Coût repas professeur(s) : <%= cout_repas %>€

<% } %>

Frais bancaire : <%= accompte_frais_bancaire %>€

Montant total : <%= cout_total %>€

<% if (locals["infoaccompagnant"] === "oui") { %>
icone information à cliquer

Nom de la personne acompagnatrice du, ou des élèves, durant la journée du rassemblement :

<% } %>

Le mode de paiement est lacarte bancaire
En cliquant sur le bouton "PAYER" vous allez être redirigé vers le système de paiement bancaire.
Après le paiement, vous recevrez un mail de confirmation d'inscription.

<% } %> <% if (locals["cout_total"] < 1) { %>
<% } %>
<%- include('../../template_parts/footer')%>