|
|
@ -18,10 +18,10 @@ |
|
|
|
<b><h7 style="display: inline">Registering to : </h7><h7 style="display: inline" t-esc="event.name"></h7></b> |
|
|
|
<br></br> |
|
|
|
<t t-if="event.duration==0"> |
|
|
|
<h7>From <span t-field="event.date_begin" t-options='{"format": "dd/MM/yyyy hh:mm"}'/> to <span t-field="event.date_end" t-options='{"format": "hh:mm"}'/> </h7> |
|
|
|
<h7>From <span t-field="event.date_begin" t-options='{"format": "dd/MM/yyyy HH:mm"}'/> to <span t-field="event.date_end" t-options='{"format": "HH:mm"}'/> </h7> |
|
|
|
</t> |
|
|
|
<t t-if="event.duration>0"> |
|
|
|
<h7>From <span t-field="event.date_begin" t-options='{"format": "dd/MM/yyyy hh:mm"}'/> to <span t-field="event.date_end" t-options='{"format": "dd/MM/yyyy hh:mm"}'/> </h7> |
|
|
|
<h7>From <span t-field="event.date_begin" t-options='{"format": "dd/MM/yyyy HH:mm"}'/> to <span t-field="event.date_end" t-options='{"format": "dd/MM/yyyy HH:mm"}'/> </h7> |
|
|
|
</t> |
|
|
|
<br></br> |
|
|
|
<h7> Your status : |
|
|
@ -87,7 +87,7 @@ |
|
|
|
<b><h7 style="display: inline">Registering to : </h7><h7 style="display: inline" t-esc="event.name"></h7></b> |
|
|
|
<br></br> |
|
|
|
<t t-if="event.duration==0"> |
|
|
|
<h7>From <span t-field="event.date_begin" t-options='{"format": "dd/MM/yyyy hh:mm"}'/> to <span t-field="event.date_end" t-options='{"format": "hh:mm"}'/> </h7> |
|
|
|
<h7>From <span t-field="event.date_begin" t-options='{"format": "dd/MM/yyyy HH:mm"}'/> to <span t-field="event.date_end" t-options='{"format": "HH:mm"}'/> </h7> |
|
|
|
</t> |
|
|
|
<t t-if="event.duration>0"> |
|
|
|
<h7>From <span t-field="event.date_begin" t-options='{"format": "dd/MM/yyyy HH:mm"}'/> to <span t-field="event.date_end" t-options='{"format": "dd/MM/yyyy HH:mm"}'/> </h7> |
|
|
@ -107,7 +107,7 @@ |
|
|
|
<h7>You will soon receive a confirmation email.</h7> |
|
|
|
</t> |
|
|
|
<t t-if="already_registered"> |
|
|
|
<h7>You are already registered</h7> |
|
|
|
<h7><b>You are already registered</b></h7> |
|
|
|
<t t-if="payment_status=='paid'"> |
|
|
|
<br></br> |
|
|
|
<h7>You have already paid</h7> |
|
|
@ -138,7 +138,7 @@ |
|
|
|
<h7> The participation is free.</h7> |
|
|
|
<br></br> |
|
|
|
<br></br> |
|
|
|
<h7>If you want to make a donation, click here : </h7><button type="submit" class="btn btn-primary" >Make a donation</button> |
|
|
|
<h7>If you want to make a donation, click here : </h7><button id="make_donation_btn" type="submit" class="btn btn-primary" >Make a donation</button> |
|
|
|
<br></br> |
|
|
|
<br></br> |
|
|
|
|
|
|
@ -165,7 +165,7 @@ |
|
|
|
<br></br> |
|
|
|
|
|
|
|
<t t-if="partner.member_status=='not member'"> |
|
|
|
<h7> If you want to become a member for one year and pay the participation,</h7> |
|
|
|
<h7> If you want to become a member for one year and pay the participation, </h7> |
|
|
|
<br></br> |
|
|
|
<h7>the amount is : </h7><b><h7 t-esc="membership_and_participation_amount"></h7><h7> €</h7></b> |
|
|
|
<br></br> |
|
|
|