{% extends 'stackdio/page.html' %} {% block title %}Groups{% endblock %} {% block group-class %}active{% endblock %} {% block page-content %}

Groups

Manage all of your groups here.

{% if has_admin %} Permissions {% endif %} {% if has_create %} New Group {% endif %}
{% include 'stackdio/stubs/pager.html' with object_type='groups' search=True %}

{% endblock %}