{% load django_tables2 %} {% load crispy_forms_tags %}
{% if form %}
{% if table %}
{% else %}
{% endif %} {% include 'microsys/helpers/dynamic_modal_form.html' %} {% if table %}
{% else %}
{% endif %}
{% endif %} {% if table %}
{{ MS_TRANS.list_label|default:"قائمة السجلات" }}
{% include 'microsys/helpers/dynamic_modal_list.html' %}
{% endif %}