{% extends 'base_admin.html' %} {% load static %} {% load i18n %} {% block content %}
{% include '_components/table_search.html' %}
{% include '_components/sub_menu.html' with type='resources' %}
{% include '_components/table_pagination.html' with noscript=True %}
{% include '_components/table_header.html' with table_header=table_header %} {% include '_components/table_rows.html' with table_rows=table_rows %}
{% include '_components/table_pagination.html' %}
{% endblock %} {% block footer_scripts %} {{ block.super }} {% endblock %}