{% 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 start_content %} {% with action_url=action_url|default:"" %}
{% csrf_token %} {% endwith %} {% endblock %} {% block main %}
{% if table.data.data %}
{% render_table table %}
{% else %}

No data

There is no data to show
{% endif %}
{% if filter %} {% endif %}
{% load static %} {% endblock %} {% block end_content %} {% endblock %}