1
+ < form method ="post ">
2
+ < div > < input type ="hidden " name ="form-TOTAL_FORMS " value ="3 " id ="id_form-TOTAL_FORMS "> < input type ="hidden "
3
+ name ="form-INITIAL_FORMS " value ="0 " id ="id_form-INITIAL_FORMS "> < input type ="hidden " name ="form-MIN_NUM_FORMS "
4
+ value ="0 " id ="id_form-MIN_NUM_FORMS "> < input type ="hidden " name ="form-MAX_NUM_FORMS " value ="1000 "
5
+ id ="id_form-MAX_NUM_FORMS "> </ div >
6
+ < table class ="table table-striped table-sm ">
7
+ < thead >
8
+ < tr >
9
+ < th for ="id_form-0-is_company " class ="col-form-label "> company </ th >
10
+ < th for ="id_form-0-email " class ="col-form-label requiredField "> email< span class ="asteriskField "> *</ span >
11
+ </ th >
12
+ < th for ="id_form-0-password1 " class ="col-form-label requiredField "> password< span
13
+ class ="asteriskField "> *</ span > </ th >
14
+ < th for ="id_form-0-password2 " class ="col-form-label requiredField "> re-enter password< span
15
+ class ="asteriskField "> *</ span > </ th >
16
+ < th for ="id_form-0-first_name " class ="col-form-label requiredField "> first name< span
17
+ class ="asteriskField "> *</ span > </ th >
18
+ < th for ="id_form-0-last_name " class ="col-form-label requiredField "> last name< span
19
+ class ="asteriskField "> *</ span > </ th >
20
+ < th for ="id_form-0-datetime_field " class ="col-form-label requiredField "> date time< span
21
+ class ="asteriskField "> *</ span > </ th >
22
+ </ tr >
23
+ </ thead >
24
+ < tbody >
25
+ < tr class ="d-none empty-form ">
26
+ < div class ="mb-3 ">
27
+ < td id ="div_id_form-__prefix__-is_company " class ="mb-3 "> < input type ="checkbox "
28
+ name ="form-__prefix__-is_company " class ="checkboxinput form-check-input "
29
+ id ="id_form-__prefix__-is_company "> </ td >
30
+ </ div >
31
+ < td id ="div_id_form-__prefix__-email " class ="mb-3 "> < input type ="text " name ="form-__prefix__-email "
32
+ maxlength ="30 " class ="textinput textInput inputtext form-control " id ="id_form-__prefix__-email "> < small
33
+ id ="hint_id_form-__prefix__-email " class ="form-text text-muted "> Insert your email</ small > </ td >
34
+ < td id ="div_id_form-__prefix__-password1 " class ="mb-3 "> < input type ="password "
35
+ name ="form-__prefix__-password1 " maxlength ="30 " class ="textinput textInput form-control "
36
+ id ="id_form-__prefix__-password1 "> </ td >
37
+ < td id ="div_id_form-__prefix__-password2 " class ="mb-3 "> < input type ="password "
38
+ name ="form-__prefix__-password2 " maxlength ="30 " class ="textinput textInput form-control "
39
+ id ="id_form-__prefix__-password2 "> </ td >
40
+ < td id ="div_id_form-__prefix__-first_name " class ="mb-3 "> < input type ="text " name ="form-__prefix__-first_name "
41
+ maxlength ="5 " class ="textinput textInput inputtext form-control " id ="id_form-__prefix__-first_name "> </ td >
42
+ < td id ="div_id_form-__prefix__-last_name " class ="mb-3 "> < input type ="text " name ="form-__prefix__-last_name "
43
+ maxlength ="5 " class ="textinput textInput inputtext form-control " id ="id_form-__prefix__-last_name "> </ td >
44
+ < td id ="div_id_form-__prefix__-datetime_field " class ="mb-3 "> < input type ="text "
45
+ name ="form-__prefix__-datetime_field_0 " class ="dateinput form-control "
46
+ id ="id_form-__prefix__-datetime_field_0 "> < input type ="text " name ="form-__prefix__-datetime_field_1 "
47
+ class ="timeinput form-control " id ="id_form-__prefix__-datetime_field_1 "> </ td >
48
+ </ tr >
49
+ < tr >
50
+ < div class ="mb-3 ">
51
+ < td id ="div_id_form-0-is_company " class ="mb-3 "> < input type ="checkbox " name ="form-0-is_company "
52
+ class ="checkboxinput form-check-input " id ="id_form-0-is_company "> </ td >
53
+ </ div >
54
+ < td id ="div_id_form-0-email " class ="mb-3 "> < input type ="text " name ="form-0-email " maxlength ="30 "
55
+ class ="textinput textInput inputtext form-control " id ="id_form-0-email "> < small id ="hint_id_form-0-email "
56
+ class ="form-text text-muted "> Insert your email</ small > </ td >
57
+ < td id ="div_id_form-0-password1 " class ="mb-3 "> < input type ="password " name ="form-0-password1 " maxlength ="30 "
58
+ class ="textinput textInput form-control " id ="id_form-0-password1 "> </ td >
59
+ < td id ="div_id_form-0-password2 " class ="mb-3 "> < input type ="password " name ="form-0-password2 " maxlength ="30 "
60
+ class ="textinput textInput form-control " id ="id_form-0-password2 "> </ td >
61
+ < td id ="div_id_form-0-first_name " class ="mb-3 "> < input type ="text " name ="form-0-first_name " maxlength ="5 "
62
+ class ="textinput textInput inputtext form-control " id ="id_form-0-first_name "> </ td >
63
+ < td id ="div_id_form-0-last_name " class ="mb-3 "> < input type ="text " name ="form-0-last_name " maxlength ="5 "
64
+ class ="textinput textInput inputtext form-control " id ="id_form-0-last_name "> </ td >
65
+ < td id ="div_id_form-0-datetime_field " class ="mb-3 "> < input type ="text " name ="form-0-datetime_field_0 "
66
+ class ="dateinput form-control " id ="id_form-0-datetime_field_0 "> < input type ="text "
67
+ name ="form-0-datetime_field_1 " class ="timeinput form-control " id ="id_form-0-datetime_field_1 "> </ td >
68
+ </ tr >
69
+ < tr >
70
+ < div class ="mb-3 ">
71
+ < td id ="div_id_form-1-is_company " class ="mb-3 "> < input type ="checkbox " name ="form-1-is_company "
72
+ class ="checkboxinput form-check-input " id ="id_form-1-is_company "> </ td >
73
+ </ div >
74
+ < td id ="div_id_form-1-email " class ="mb-3 "> < input type ="text " name ="form-1-email " maxlength ="30 "
75
+ class ="textinput textInput inputtext form-control " id ="id_form-1-email "> < small id ="hint_id_form-1-email "
76
+ class ="form-text text-muted "> Insert your email</ small > </ td >
77
+ < td id ="div_id_form-1-password1 " class ="mb-3 "> < input type ="password " name ="form-1-password1 " maxlength ="30 "
78
+ class ="textinput textInput form-control " id ="id_form-1-password1 "> </ td >
79
+ < td id ="div_id_form-1-password2 " class ="mb-3 "> < input type ="password " name ="form-1-password2 " maxlength ="30 "
80
+ class ="textinput textInput form-control " id ="id_form-1-password2 "> </ td >
81
+ < td id ="div_id_form-1-first_name " class ="mb-3 "> < input type ="text " name ="form-1-first_name " maxlength ="5 "
82
+ class ="textinput textInput inputtext form-control " id ="id_form-1-first_name "> </ td >
83
+ < td id ="div_id_form-1-last_name " class ="mb-3 "> < input type ="text " name ="form-1-last_name " maxlength ="5 "
84
+ class ="textinput textInput inputtext form-control " id ="id_form-1-last_name "> </ td >
85
+ < td id ="div_id_form-1-datetime_field " class ="mb-3 "> < input type ="text " name ="form-1-datetime_field_0 "
86
+ class ="dateinput form-control " id ="id_form-1-datetime_field_0 "> < input type ="text "
87
+ name ="form-1-datetime_field_1 " class ="timeinput form-control " id ="id_form-1-datetime_field_1 "> </ td >
88
+ </ tr >
89
+ < tr >
90
+ < div class ="mb-3 ">
91
+ < td id ="div_id_form-2-is_company " class ="mb-3 "> < input type ="checkbox " name ="form-2-is_company "
92
+ class ="checkboxinput form-check-input " id ="id_form-2-is_company "> </ td >
93
+ </ div >
94
+ < td id ="div_id_form-2-email " class ="mb-3 "> < input type ="text " name ="form-2-email " maxlength ="30 "
95
+ class ="textinput textInput inputtext form-control " id ="id_form-2-email "> < small id ="hint_id_form-2-email "
96
+ class ="form-text text-muted "> Insert your email</ small > </ td >
97
+ < td id ="div_id_form-2-password1 " class ="mb-3 "> < input type ="password " name ="form-2-password1 " maxlength ="30 "
98
+ class ="textinput textInput form-control " id ="id_form-2-password1 "> </ td >
99
+ < td id ="div_id_form-2-password2 " class ="mb-3 "> < input type ="password " name ="form-2-password2 " maxlength ="30 "
100
+ class ="textinput textInput form-control " id ="id_form-2-password2 "> </ td >
101
+ < td id ="div_id_form-2-first_name " class ="mb-3 "> < input type ="text " name ="form-2-first_name " maxlength ="5 "
102
+ class ="textinput textInput inputtext form-control " id ="id_form-2-first_name "> </ td >
103
+ < td id ="div_id_form-2-last_name " class ="mb-3 "> < input type ="text " name ="form-2-last_name " maxlength ="5 "
104
+ class ="textinput textInput inputtext form-control " id ="id_form-2-last_name "> </ td >
105
+ < td id ="div_id_form-2-datetime_field " class ="mb-3 "> < input type ="text " name ="form-2-datetime_field_0 "
106
+ class ="dateinput form-control " id ="id_form-2-datetime_field_0 "> < input type ="text "
107
+ name ="form-2-datetime_field_1 " class ="timeinput form-control " id ="id_form-2-datetime_field_1 "> </ td >
108
+ </ tr >
109
+ </ tbody >
110
+ </ table >
111
+ </ form >
0 commit comments