{% extends 'base.html' %} {% load render_table from django_tables2 %} {% block header_button %} {% if filter %} {% endif %} {% if html_button_path %} {% include html_button_path %} {% endif %} {% endblock %} {% block main %}
{% render_table table %}
{% if filter %} {% endif %}
{% load static %} {% endblock %}