{% extends "main.html" %} {% import '_pagination.html' as pagination_macros %} {# Here it is relatively safe to assume that 'ipa' exists and is valid. We would not be here otherwise. #} {% block title %}{{ _("Group List") }}{% endblock %} {% block content %} {{ super() }}
{{ _("No groups.") }}
{% endif %} {{ pagination_macros.pagination_bar(groups) }}