{% extends 'microsys/list_base.html' %} {% load crispy_forms_tags %} {% load django_tables2 %} {% load static %} {% block extra_head %} {% include "microsys/forms/assets_head.html" %} {{ block.super }} {% endblock %} {% block title %} {{ page_title }} {% endblock title %} {% block content %}
{% if form %}
{{ page_title }}
{% csrf_token %} {% crispy form %}
{% endif %} {% if filter %}
{{ MS_TRANS.filters|default:"خيارات البحث" }}
{% crispy filter.form %}
{% endif %} {% if table %}
{% render_table table %}
{% endif %}
{% endblock content %}