{% extends "base.html" %} {% load i18n %} {% block title %} {% if edit_user %} {% trans "Edit participant" %} {% else %} {% trans "New participant" %} {% endif %} – {{ block.super }} {% endblock %} {% block content %}

{% if edit_user %} {% trans "Edit participant" %} {% else %} {% trans "New participant" %} {% endif %} {% trans "Back to overview" %}

{% csrf_token %} {% include "form.html" %} {% if edit_user %}

{% trans 'Reset to First Password' %}

{% endif %}

{% include "formbuttons_saveapply.html" %} {% trans 'Cancel' %}

* {% trans "required" %}
{% endblock %}