{% extends "participant/base_participant.html" %} {% block title %}{{ block.super }} - {%trans "Participant" %} {% 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 Password' %} {% endif %}
{% endblock %}