{% extends "base_logged_in.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% load render_table from django_tables2 %} {% load export_url from django_tables2 %} {% load template_filters %} {% block title %}{{ page_title }}{% endblock %} {% block head %}{% endblock %} {% block content %}
{% include toolbar with name=toolbar_name %} {% if filter %}
{% if app == "spoluprace" and show_zadost %} {% trans 'templates.searchList.zadostOSpolupraci' %} {% endif %}
{{search_sum}}: {{ table.rows|length }}
{% crispy filter.form filter.helper %} {% for value in sort_params %} {% endfor %}
{% endif %} {% render_table table 'bootstrap4_table.html' %} {% include "core/export_modal.html" %}
{% endblock %} {% block script %} {% endblock %} {% block script2 %} {% endblock %}