{% load i18n serviceform_tags %} {% if activity.error %}
{{ activity.error }}
{% endif %}
{{ activity.id_display }}. {% if activity.show_checkbox %} {% endif %} {{ activity.name }}
{% if activity.responsibles_display %} {{ activity.responsibles_display }} {% endif %}
{% include "serviceform/participation/participation_form/snippets/extra_info.html" with item=activity item_type="ACTIVITY" hide_extra_info=activity.has_choices %} {% if activity.has_choices %}
{% for choice in activity.sub_items %} {% include "serviceform/participation/participation_form/snippets/choice.html" with cat=cat %} {% endfor %}
{% endif %}