{% load django_tables2 %} {% load i18n static %}
{% if table.title is not None %}

{{ table.title }}

{% endif %}
{% if table.user.is_superuser and table.add_new_entries %} {% else %}   {% endif %}
 
{% render_table table %}