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