@ -32,14 +32,23 @@
</t>
<h6 > Total Price : <span id= "booking_total_price" > </span> </h6>
<span > Do you want to pay only the deposit </span> <span style= "display:inline" t-esc= "'('+str(int(event.booking_down_payment))+' €) ?'" />
<div class= "form-group s_website_form_field col-2 s_website_form_custom s_website_form_required" data-type= "char" data-name= "Field" >
<select id= "down_payment" name= "down_payment" class= "form-control s_website_form_input" >
<div class= "form-group s_website_form_field col- s_website_form_custom s_website_form_required " data-type= "char" data-name= "Field" >
<div class= "row s_col_no_resize s_col_no_bgcolor" >
<label class= "col-form-label col-sm-auto s_website_form_label" style= "width: 400px" >
<span class= "s_website_form_label_content" > Do you want to pay only the deposit </span> <span style= "display:inline" t-esc= "'('+str(int(event.booking_down_payment))+' €) ?'" />
</label>
<div class= "col- col-sm- col-md-" >
<select id= "down_payment" name= "down_payment" class= "form-control s_website_form_input" >
<option name= "yes" value= "true" label= "Oui" > </option>
<option name= "no" selected= "false" value= "false" label= "Non" > </option>
</select>
</div>
</div>
</div>
<br > </br>
<h6 > Please select your booking options :</h6>
<br > </br>
@ -52,8 +61,8 @@
<input type= "hidden" id= "total_price" name= "total_price" t-att-value= "int(price)" />
<input type= "hidden" name= "event_id" t-att-value= "event.id" />
<input type= "hidden" id= "status" name= "status" t-att-value= "partner.member_ status" />
<input type= "hidden" id= "status2" name= "status2" t-att-value= "status" />
<input type= "hidden" id= "status" name= "status" t-att-value= "status" />
<input type= "hidden" id= "status2" name= "status2" t-att-value= "partner.member_ status" />
<input type= "hidden" id= "membership_product" name= "membership_product" t-att-value= "int(membership_product.id)" />
<t t-if= "options" >
<table class= 'table' width= '50%' >
@ -277,6 +286,8 @@
<button id= "back_button2" type= "button" class= "btn btn-warning" > back</button>
<button type= "submit" class= "btn btn-primary" > Continue</button>
<br />
<br />
</div>
</div>
</form>