{% extends '_base.html' %} {% load buttons %} {% load helpers %} {% block content %}
{% export_button content_type %}

{% block title %}{{ table.Meta.model|model_name|capfirst }}s{% endblock %}

{% include 'responsive_table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% include 'inc/search_panel.html' %} {% include 'inc/tags_panel.html' %}
{% endblock %}