{% extends "core/base.html" %} {% load render_table from django_tables2 %} {% block section_title %}Groups{% endblock %} {% block content %}
{% render_table groups %}
{% endblock %}