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