File tree Expand file tree Collapse file tree
iommi/templates/iommi/form Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 < div {{ field.attrs }} >
33 < input type ="checkbox " value ="{{ choice.1|stringformat:'s' }} " id ="{{ field.extra_evaluated.id }}_{{ choice.4 }} " {{ field.input.attrs }} {% if choice.3 %}checked{% endif %} />
44 < label for ="{{ field.extra_evaluated.id }}_{{ choice.4 }} "> {{ choice.2 }}</ label >
5-
6- {{ field.help }}
7- {{ field.errors }}
85 </ div >
96{% endfor %}
Original file line number Diff line number Diff line change 22 < div {{ field.attrs }} >
33 < input type ="radio " value ="{{ choice.1|stringformat:'s' }} " id ="{{ field.extra_evaluated.id }}_{{ choice.4 }} " {{ field.input.attrs }} {% if choice.3 %}checked{% endif %} />
44 < label for ="{{ field.extra_evaluated.id }}_{{ choice.4 }} "> {{ choice.2 }}</ label >
5-
6- {{ field.help }}
7- {{ field.errors }}
85 </ div >
96{% endfor %}
Original file line number Diff line number Diff line change 33 < div class ="ui radio checkbox "> {# TODO: use fields.attrs #}
44 < input type ="checkbox " value ="{{ choice.1 }} " id ="{{ field.extra_evaluated.id }}_{{ choice.4 }} " {{ field.input.attrs }} {% if choice.3 %}checked{% endif %} />
55 < label for ="{{ field.extra_evaluated.id }}_{{ choice.4 }} "> {{ choice.2 }}</ label >
6-
7- {{ field.help }}
8- {{ field.errors }}
96 </ div >
107 </ div >
118{% endfor %}
Original file line number Diff line number Diff line change 33 < div class ="ui radio checkbox "> {# TODO: use fields.attrs #}
44 < input type ="radio " value ="{{ choice.1 }} " id ="{{ field.extra_evaluated.id }}_{{ choice.4 }} " {{ field.input.attrs }} {% if choice.3 %}checked{% endif %} />
55 < label for ="{{ field.extra_evaluated.id }}_{{ choice.4 }} "> {{ choice.2 }}</ label >
6-
7- {{ field.help }}
8- {{ field.errors }}
96 </ div >
107 </ div >
118{% endfor %}
Original file line number Diff line number Diff line change 22 < div {{ field.attrs }} >
33 < input type ="radio " value ="{{ choice.1|stringformat:'s' }} " id ="{{ field.extra_evaluated.id }}_{{ choice.4 }} " {{ field.input.attrs }} {% if choice.3 %}checked{% endif %} />
44 < label class ="usa-radio__label " for ="{{ field.extra_evaluated.id }}_{{ choice.4 }} "> {{ choice.2 }}</ label >
5-
6- {{ field.help }}
7- {{ field.errors }}
85 </ div >
96{% endfor %}
You can’t perform that action at this time.
0 commit comments