{% extends 'base.html' %} {% load render_table from django_tables2 %} {% load staticfiles sekizai_tags %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}

{% block page_title %}{% endblock page_title %}

{% render_table table %} {% endblock content %}