{% if widget_type != "checkboxinput" %}{{ label_tag }}{% endif %}
{{ field }} {% if widget_type == "checkboxinput" %} {{ label_tag }} {% endif %} {% if help %}

{{ help }}

{% endif %} {% if errors %}

{{ errors|join:", " }}

{% endif %}