{% 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 %}