{% load crispy_forms_field %} {% if field.is_hidden %} {{ field }} {% else %}
{% if field.label %} {{ field.label }}{% include 'dpl_components/layout/dpl.asterik.html' %} {% endif %} {% if max_height %}
{% endif %} {% crispy_field field %} {% if max_height %}
{% endif %} {% include 'dpl_components/layout/help_text.html' %} {% include 'dpl_components/layout/dpl.field_error.html' %} {% if field.label %}{% endif %}
{% endif %}