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

جدول {{ model_name }}

{% include 'component/svg-button-with-text.html' with a='create' title='افزودن خبر' color='primary' svg='plus' %}
{% if not disableTable %} {% for field in cols %} {% endfor %}
{{ field }}عملیات
{% endif %}
{% endblock %} {% block script %} {% endblock %}