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

List {{ model_name }}

{% if not disableTable %} {% for field in cols %} {% endfor %}
{{ field }}Action
{% endif %}
{% endblock %} {% block script %} {% endblock %}