{% load crispy_forms_field %} {% if field.is_hidden %} {{ field }} {% else %}
{% if field.label and form_show_labels %} {% endif %}
{% for input in inputs %} {% if input == '@@' %} {% crispy_field field %} {% else %} {{input|safe}} {% endif %} {% endfor %}
{% include 'bootstrap3/layout/help_text_and_errors.html' %}
{% endif %}