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

{% trans "Edit participant" %}

{% else %}

{% trans "New participant" %}

{% endif %}
{% csrf_token %} {{ form.as_p }} {% if edit_user %}

{% trans 'Reset to First Password' %}

{% endif %}

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