gestion des demandes d'évolution pour le centre kalachakra non géré dans les module booking et opendons
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

45 lines
2.5 KiB

<odoo>
<template id="kalachakra.registration_distancial" name="Distancial Event Form">
<t t-call="website.layout">
<div class="container-fluid">
<div class="form-group s_website_form_field col-12 s_website_form_custom " data-type="selection" data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class=" col-sm-auto s_website_form_label " style="width: 200px" for="2bp1hybvcoe">
<span class="s_website_form_label_content"></span>
</label>
<div class="col-sm">
<div class="row s_col_no_resize s_col_no_bgcolor s_website_form_multiple" data-display="vertical">
<div class="radio col-12">
<div class="form-check">
<input type="radio" class="s_website_form_input form-check-input" id="2bp1hybvcoe0" name="Custom Bouton radio" value="Option 1"/>
<label class="form-check-label s_website_form_check_label" for="2bp1hybvcoe0">
Je participerai au centre Kalachakra
</label>
</div>
</div>
<div class="radio col-12">
<div class="form-check">
<input type="radio" class="s_website_form_input form-check-input" id="2bp1hybvcoe1" name="Custom Bouton radio" value="Option 2"/>
<label class="form-check-label s_website_form_check_label" for="2bp1hybvcoe1">
Je participerai sur Zoom
</label>
</div>
</div>
<div class="radio col-12">
<div class="form-check">
<input type="radio" class="s_website_form_input form-check-input" id="2bp1hybvcoe2" name="Custom Bouton radio" value="Option 3"/>
<label class="form-check-label s_website_form_check_label" for="2bp1hybvcoe2">
Je choisirai plus tard
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</t>
</template>
</odoo>