{% load serviceform_tags %} {% load i18n %} {% if form.errors %}
{% trans "Please fix errors below" %}
{% endif %} {% if category %} {% include "serviceform/participation/participation_form/snippets/level2categories.html" with level1cat=category%} {% else %} {% for level1cat in form.sub_items %} {% include "serviceform/participation/participation_form/snippets/level2categories.html" %} {% endfor %} {%endif %}