{% load dynamicforms %}
{% block field_input_label %} {% if field.label %} {% endif %} {% block field_input %}{% endblock %} {% endblock %} {% comment %}
{% endcomment %} {% if field.errors %} {% for error in field.errors %} {{ error }} {% endfor %} {% endif %} {% comment %}
{% endcomment %} {% if field.help_text %} {{ field.help_text|safe }} {% endif %}