{% extends "crud/base.html" %} {% block innercontent %}
{% block breadcrumbs %} {% if breadcrumbs %} {% endif %} {% endblock %}

{% block title %}{{ title }}{% endblock %}

{% block localnavigation %} {% if localnavigationlist %}
{% endif %} {% endblock %} {% if tablist %}
{% endif %} {% with table.page as page_obj %} {% with table.paginator as paginator %} {% with table as object_list %} {% include "crud/filter.html" %} {% endwith %} {% endwith %} {% endwith %} {% block table %} {% if table %} {% if table.title %}

{{ table.title }}

{% endif %} {% endif %} {% include "crud/table.html" %} {% endblock %} {% if tablist %}
{% endif %} {% if helptext %}
{{ helptext|linebreaks }}
{% endif %}
{% endblock %}