{% extends 'generic/object.html' %} {% load helpers %} {% load bootstrap5 %} {% load render_table from django_tables2 %} {% block head %} {% endblock %} {% block subtitle %}
{% endblock %} {% block controls %} {%if read_only %}
{% else %} {{ block.super }} {% endif %} {% endblock %} {% block content %}
{% bootstrap_form filterset_form layout="inline" %}
{% buttons submit=search_button_name|default:"Search" %}{% endbuttons %}
{% block extra_button %}{% endblock %}
{% block table_title %}{% endblock %}
{% render_table table 'inc/table.html' %}
{%include 'inc/paginator.html' with paginator=table.paginator page=table.page%}
{% endblock %}