{% load field_type %}
  • {% if not field.is_hidden %} {% ifequal field|field_type "CheckboxInput" %} {{ field }} {% endifequal %} {% if field.label %} {% endif %} {% endif %} {% ifnotequal field|field_type "CheckboxInput" %} {{ field }} {% endifnotequal %} {% if field.errors %} {{ field.errors }} {% endif %} {% if field.help_text %}{{ field.help_text }}{% endif %}