{% load i18n %} {% with choices.0 as choice %}
{% for field in choice.form %}
{{ field }} {% include "dashub/helpers/form_errors.html" with errors=field.errors %}
{% endfor %}
{% endwith %}