{% extends "base.html" %} {% load i18n %} {% block title %} {% trans 'New multiple participants' %} – {{ block.super }} {% endblock %} {% block content %}

{% trans 'New multiple participants' %} {% trans 'Back to overview' %}

{% csrf_token %} {% include 'form.html' %}

{% include 'formbuttons_save.html' %} {% trans 'Cancel' %}

* {% trans 'required' %}
{% endblock %}