{% extends theme('base.html') %} {% import "macro/table.html" as table %} {% block title %} {% trans %}Groups{% endtrans %} {% endblock %} {% block submenu %} {% endblock %} {% block content %}

{% trans %}Groups{% endtrans %}

{{ table.search(table_form, "table.groups") }}
{% include "partial/groups.html" %} {% endblock %}