{% load render_table from django_tables2 %}
{% if heading %}
{{ heading }}
{% endif %} {% if table.rows %} {% render_table table 'inc/table.html' %} {% else %}
None
{% endif %}