{% extends "master.html" %} {% block title %}Groups{% endblock %} {%block tag %}groups{% endblock %} {% block content %}
{% if page > 1%} < Previous {% else %} < Previous {% endif %} | {{ page }} / {{ total_page }} | {% if page < total_page %} Next > {% else %} Next > {% endif %} |
{{ groups | length }} groups.
No groups have been created on this pagure instance yet
{% endif %}