{% extends '_base.html' %} {% load static %} {% load i18n %} {% block content %} {% include '_components/header.html' %}
{% if error_message %}
{{ error_message }}
{% endif %}
{% include '_components/table_search.html' %}
{% include '_components/sub_menu.html' %}
{% 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 %}