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