{% extends 'crudlfap/base.html' %} {% import 'crudlfap.html' as crudlfap %} {% block breadcrumb %} {% include 'crudlfap/_breadcrumb_object.html' %} {% endblock %} {% block after_container %} {{ super() }} {% endblock %} {% block content %}
{% if view.search_form or view.filterset.form.fields %}
{{ render_form(view.search_form) }} {{ render_form(view.filterset.form) }}
{% endif %}
{{ view.table.as_html(request) }}
{% include 'crudlfap/_pagination.html' %}
{% endblock %}