{% extends 'crudlfap/list.html' %} {% block title_heading %}
{% include 'crudlfap/_listaction.html' %}
{{ super() }} {% endblock %} {% block title_heading_class %}col{% endblock %} {% block content %}
{% if view.search_form or view.filterset.form.fields %}
{{ render_form(view.search_form) }} {{ render_form(view.filterset.form) }}
{% endif %}
{{ render_table(request, view.table, object_list) }}
{% include 'crudlfap/_pagination.html' %}
{% endblock %}