{% load render_table from django_tables2 %}
{% if heading %}
{{ heading }}
{% endif %} {% if table.rows %} {% render_table table 'inc/table.html' %} {% else %}
None
{% endif %}
{% if table.rows and not hide_paginator %} {% with paginator=table.paginator page=table.page %} {% include 'inc/paginator.html' %} {% endwith %} {% endif %}