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

جدول {{ 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 }}عملیات
{% endif %}
{% endblock %} {% block script %} {% endblock %}