{% load crispy_forms_field %} {% if field.is_hidden %} {{ field }} {% else %}
{% if field.label %} {% endif %}
{% crispy_field field %} {{ crispy_appended_text|safe }}
{% include 'bootstrap/layout/help_text_and_errors.html' %}
{% endif %}