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

RÉCAPITULATIF

icone information à cliquerVOTRE COMPTE ADHÉRENT

Identifiant : <%= identifiant %>

<% if (association_suzuki) { %>

Association Suzuki : <%= association_suzuki %>

<% } %>
<% if (locals["hebergement_ville"]) { %>
icone information à cliquer

Hébergement proposé : <%= hebergement_ville %>pour <%= hebergement_nb %> personne(s).

<% } %>
icone information à cliquer

Nombre de spectateurs : <%= spectateur_nb_place %>

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

icone information à cliquerCONCERTISTE <%= locals["eleve_"+toto+"_numero"] %>

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

Âge : <%= locals["eleve_"+toto+"_age"] %>

Intrument : <%= locals["eleve_"+toto+"_instrument"] %> - <%= locals["eleve_"+toto+"_cahier"] %>

<% if (locals["eleve_"+toto+"_instrument"]=="Piano") { %>

Pour le piano l’inscription doit être validée par le comité.

<% } %>

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

Professeur : <%= locals["eleve_"+toto+"_prof_nom"] %> - <%= locals["eleve_"+toto+"_prof_mail"] %>

<% } %> <% } %>
<% for (let toto = 1; toto < 5; toto++) { %> <% if (locals["encadrant_"+toto+"_nom"]) { %>

icone information à cliquerENCADRANT <%= locals["encadrant_"+toto+"_numero"] %>

Encadrant : <%= locals["encadrant_"+toto+"_type"] %>

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

Téléphone : <%= locals["encadrant_"+toto+"_telephone_mobile"] %>

Mail : <%= locals["encadrant_"+toto+"_mail"] %>

<% if (locals["encadrant_"+toto+"_prof_instrument"]) { %>

Instrument : <%= locals["encadrant_"+toto+"_prof_instrument"] %>

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

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

Tarif concertiste 23€

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

Tarif spectateur 20€

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

Total concertiste(s) : <%= cout_concertiste %>€

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

Total spectateur(s) : <%= cout_spectateur %>€

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

Don : <%= don %>€

<% } %>

Montant à payer : <%= montant_total %>€


Mode de paiement : carte bancaire


Après avoir cliqué sur le bouton "VALIDER ET PAYER" vous ne pourrez plus revenir en arrière, ni revenir plus tard pour finaliser l'inscription.

En savoir plus sur la procédure de paiement

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