{% extends 'base.html' %} {% load static %} {% load i18n %} {% load widget_tweaks %} {% block body %}

{% trans 'List' %} {{ model_name }}

{% include 'component/filter-form.html' with form=filters.form col_md=3 %} {% if not disableTable %} {% for field in cols %} {% endfor %}
{{ field }}Action
{% endif %}
{% endblock %} {% block script %} {% endblock %}