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

{% trans "Edit participant" %}

{% else %}

{% trans "New participant" %}

{% endif %}
{% csrf_token %} {{ userform.as_p }} {{ profileform.as_p }} {% if edituser %}

{% trans 'Reset to First Password' %}

{% endif %}

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