{% load fieldtype %}
{% for hidden in form.hidden_fields %}
{{ hidden }}
{% endfor %}
{% if 0 %}
{# some bs3 prototyping #}
Optie 1
Optie 2
Optie 3
FOUT!
Multi check help text
{% endif %}
{% for field in form.visible_fields %}
{% if not fields or field.name in fields %}
{# bs3 will not mark the label text / help text red on has-error #}