{% extends 'base.html' %} {% load static i18n django_tables2 %} {% load export_url from django_tables2 %} {% block content %}
{% render_table table %}
{% endblock %}