{% extends "base.html" %} {% load django_tables2 %} {% load static %} {% load crispy_forms_tags %} {% block title %}إدارة المستخدمين{% endblock %} {% block content %}

إدارة المستخدمين

{% crispy filter.form %}
{% render_table table %}
إضافة مستخدم جديد {% if scope_enabled and not request.user.scope %} {% endif %} {% if request.user.is_superuser %}
{% endif %}
{% if request.user.is_superuser %}
{% csrf_token %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}