{% load widget_tweaks %}
{% if not field.label %} {% elif field|widget_type == "checkboxinput" %} {# label is displayed along the checkbox #} {% else %} {% endif %}
{% include "kfet/form_field_base_snippet.html" with field=field %} {% if field.errors %} {{ field.errors }} {% endif %} {% if field.help_text %} {{ field.help_text|safe }} {% endif %}