{% load crispy_forms_field %} {% if field.label and not field|is_checkbox %} {{ field.label|safe }}{% if field.field.required %}*{% endif %} {% endif %}