{#{% if field.input!='list' %}
{% endif %}#}
{% for label in field.labels %} {% with value=value and value[loop.index], step=field.step or field.base_field.step, field=field.base_field, width='4' %} {% include "components/inputs/"+field.input+".html" %} {% endwith %} {% endfor %}
{#{% if field.input!='list' %}
{% endif %}#} {% include "components/inputs/_help.html" %}