{% extends "serviceform/participation/participation_flow_base.html" %} {% load i18n serviceform_tags static %} {% block navbar %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {# HEADER ROW #}
{{ service_form.description|linebreaks }}
{% if form.instructions %}{{ form.instructions|safe }}{% else %} {% trans "Instructions" %}: {% endif %}
{% if service_form.flow_by_categories and not readonly %} {% endif %}
{% csrf_token %} {{ form }} {% if readonly %} {% trans "Go to admin" %} {% else %} {% endif %}
{% endblock %} {% block javascript %} $('#participationform').areYouSure({message: '{% trans "Are you sure you want to leave form unsaved?" %}'}); {% endblock %}