{% extends "admin/layout.html" %} {% block title %}{{ _("Delete Group") }}{% endblock %} {% block contents %}

{{ _("Delete Group") }}

{% call form() %}

{% trans name=form.group.name|e %} Do you really want to delete the group “{{ name }}”? {% endtrans %}

{% trans %} What should happen to the users assigned with this group? {% endtrans %}

{{ form.action() }}

{{ form.relocate_to.label() }}: {{ form.relocate_to() }}

{% endcall %} {% endblock %}