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

Paiement réussi

La paiement par carte bancaire a réussi

Vous aller recevoir un mail de confirmation de votre inscription au Rassemblement IDF.



<% if (locals.error) { %>

<%= error %>

<% } %>

icone information à cliquerVOTRE COMPTE ADHÉRENT

Identifiant : <%= identifiant %>

Association Suzuki : <%= association %>

icone information à cliquer

Accompagnant : <%= accompagnant_prenom %> <%= accompagnant_nom %>

<% 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"] %>

Date de naissance : <%= locals["personne_"+toto+"_datenaissance"] %>

<% 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"] %>

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

Tarif rassemblement : <%= cout_rassemblement %>

Frais bancaire : <%= frais_bancaire %>€

Montant total : <%= cout_total %>€


<%- include('../../template_parts/footer')%>