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

{% trans "List" %} {{ model_name }}

{% if form|length is 1 %} {% include 'component/createTitle.html' %} {% else %} {% include 'component/createModal.html' %} {% endif %}
{% if not disableTable %} {% for field in cols %} {% endfor %}
{{ field }}{% trans "Action" %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}