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

{% trans "Edit group" %}

{% else %}

{% trans "New group" %}

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

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