{% load workon %}
{% if field|is_checkbox_select_multiple %} {% include "workon/forms/fields/__label.html" %} {% include 'workon/forms/fields/__help_and_errors.html' %}
{% for choice in field %}

{{ choice.tag }}

{% endfor %}
{% else %} {% include "workon/forms/fields/__label.html" %} {% include 'workon/forms/fields/__help_and_errors.html' %} {{ field }} {% endif %}