{% extends 'base.html' %} {% load static %} {% block content %}
{% include 'breadcrumb.html' %}
{% include 'filter.html' %}
{% if show_modify_button %} {% endif %} {% if show_add_button %} {% endif %} {% if show_download_button %} {% endif %} {% if show_upload_button %} {% endif %}
{% include 'table.html' %}
{% include 'pagination_ps.html' with page_obj=items query_params=query_params %}
{% include 'modify_record_modal.html' with modify_records_url=modify_records_url %} {% endblock %}