{% load crispy_forms_filters %} {% load crispy_forms_field %} {% load l10n %} {% if field.label and form_show_labels %} {{ field.label|safe }}{% if field.field.required %}*{% endif %} {% endif %}