{% 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 'fomanticui.j2' as sui %} {% block style %} {% endblock %} {% block script %} {% 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 %}
{% trans %}Login{% endtrans %} | {% trans %}Name{% endtrans %} | {% trans %}Email{% endtrans %} | {% trans %}Groups{% endtrans %} | {% for user_account in members %}
---|---|---|---|
{{ user_account.uid[0] }} | {{ user_account.name }} | {{ user_account.mail[0] }} | {% for group in user_account.groups %} {{ group.name }} {% endfor %} |