{# .. screenshot:: |canaille|/groups :context: admin :align: right :width: 275px The group list page. The group list page. :param table: A :class:`~canaille.core.models.Group` pagination form. :type table: :class:`~canaille.app.forms.TableForm` #} {% extends theme('base.html') %} {% import "macro/table.html" as table %} {%- block title -%} {% trans %}Groups{% endtrans %} {%- endblock -%} {% block submenu %} {% trans %}View{% endtrans %} {% trans %}Add{% endtrans %} {% endblock %} {% block content %}

{% trans %}Groups{% endtrans %}

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