|
{% if item.type in ['IntegerField', 'DecimalField', 'FloatField'] %}
|
|
<br>
|
|
{{ item.label(class=theme.form.integer_label_class, style=theme.form.integer_label_style) }}
|
|
<br>
|
|
{{ item(class=theme.form.integer_class, style=theme.form.integer_style) }}
|
|
{% endif %}
|