{% 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 %}{{ _('%(groupname)s Group', groupname=group.name) }}{% endblock %} {% block content %} {{ super() }}
{{ _("No members yet.") }}
{% else %} {{ pagination_macros.pagination_bar(members) }} {% endif %}