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