|  | @ -16,16 +16,59 @@ | 
			
		
	
		
		
			
				
					|  |  |         <xpath expr="//div[hasclass('field-confirm_password')]" |  |  |         <xpath expr="//div[hasclass('field-confirm_password')]" | 
			
		
	
		
		
			
				
					|  |  |                position="after"> |  |  |                position="after"> | 
			
		
	
		
		
			
				
					|  |  |             <t t-foreach="configuration.signup_field_ids" t-as="field"> |  |  |             <t t-foreach="configuration.signup_field_ids" t-as="field"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 <t t-if="field.field_type in ['char', 'text']"> | 
			
		
	
		
		
			
				
					|  |  |                     <div class="mb-3 field-test pt-2"> |  |  |                     <div class="mb-3 field-test pt-2"> | 
			
		
	
		
		
			
				
					|  |  |                         <label> |  |  |                         <label> | 
			
		
	
		
		
			
				
					|  |  |                             <t t-esc="field.name"/> |  |  |                             <t t-esc="field.name"/> | 
			
		
	
		
		
			
				
					|  |  |                         </label> |  |  |                         </label> | 
			
		
	
		
		
			
				
					
					|  |  |                     <input type="text" t-attf-name="{{field.field_id.name}}" |  |  |                         <input type="text" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |  |  |  |                                t-attf-name="{{field.field_id.name}}" | 
			
		
	
		
		
			
				
					|  |  |                                t-attf-id="{{field.field_id.id}}" |  |  |                                t-attf-id="{{field.field_id.id}}" | 
			
		
	
		
		
			
				
					|  |  |                                t-attf-class="form-control form-control-sm" |  |  |                                t-attf-class="form-control form-control-sm" | 
			
		
	
		
		
			
				
					|  |  |                                required="required"/> |  |  |                                required="required"/> | 
			
		
	
		
		
			
				
					|  |  |                     </div> |  |  |                     </div> | 
			
		
	
		
		
			
				
					|  |  |                 </t> |  |  |                 </t> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 <t t-elif="field.field_type == 'boolean'"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     <div class="mb-3 field-test pt-2"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <input type="checkbox" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                class="form-check-input" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                id="webBoolField" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                t-att-name="field.field_id.id"/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <span class="ms-2 text-break" t-field='field.field_id.name'/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     </div> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 </t> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 <t t-elif="field.field_type in ['date', 'datetime']"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     <div class="mb-3 field-test pt-2"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <label> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                             <t t-esc="field.name"/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         </label> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <input type="date" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                t-att-name="field.field_id.name" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                t-attf-class="form-control form-control-sm"/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     </div> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 </t> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 <t t-elif="field.field_type =='binary'"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     <div class="mb-3 field-test pt-2"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <label> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                             <t t-esc="field.name"/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         </label> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <input type="file" id="img_field" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                class="field_input" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                name="img_field" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                accept="image/*"/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     </div> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 </t> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 <t t-elif="field.field_type in ['integer', 'float']"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     <div class="mb-3 field-test pt-2"> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <label> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                             <t t-esc="field.name"/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         </label> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                         <input type="number" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                t-attf-class="form-control form-control-sm" | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                                t-att-name="field.field_id.name"/> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                     </div> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                 </t> | 
			
		
	
		
		
			
				
					|  |  |  |  |  |             </t> | 
			
		
	
		
		
			
				
					|  |  |             <!-- Display terms and conditions from the configuration --> |  |  |             <!-- Display terms and conditions from the configuration --> | 
			
		
	
		
		
			
				
					|  |  |             <t t-if="configuration.is_show_terms_conditions"> |  |  |             <t t-if="configuration.is_show_terms_conditions"> | 
			
		
	
		
		
			
				
					|  |  |                 <div class="form-group"> |  |  |                 <div class="form-group"> | 
			
		
	
	
		
		
			
				
					|  | 
 |