{% load render_table from django_tables2 %} {% load helpers %} {% load static %}
{% if heading %}
{{ heading }}
{% endif %}
Loading...
{% render_table table table_inc_template|default:'inc/table.html' %}
{% if add_obj_url %} {% endif %}