{% load crispy_forms_bulma_field %} {% if field.is_hidden %} {{ field }} {% else %}
{% if field.label and form_show_labels %} {% endif %}
{% if field.errors %} {% crispy_field field "class" "is-danger" %} {% else %} {% crispy_field field %} {% endif %} {% if icon_prepend %} {% endif %} {% if icon_append %} {% endif %}
{% endif %}