{% load dynamicforms %} {% if field.display_form == DYNAMICFORMS.DisplayMode.FULL or field.display_form == DYNAMICFORMS.DisplayMode.INVISIBLE %}
{% 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_form %} {{ field.help_text_form|safe }} {% endif %}
{% elif field.display_form == DYNAMICFORMS.DisplayMode.HIDDEN %} {% endif %}