{% trans %}Are you sure you want to delete this group? This action is unrevokable and all the data about this group will be removed.{% endtrans %}
{% extends theme('base.html') %} {% import 'macro/fomanticui.html' as sui %} {% import "macro/table.html" as table %} {% block title %} {% if not edited_group %} {% trans %}Group creation{% endtrans %} {% else %} {% trans %}Group edition{% endtrans %} {% endif %} {% endblock %} {% block script %} {% endblock %} {% block submenu %} {% endblock %} {% block content %} {% if edited_group %}
{% trans %}Are you sure you want to delete this group? This action is unrevokable and all the data about this group will be removed.{% endtrans %}