{% extends "base.html" %} {% block title %}إدارة المستخدمين - سجل العقارات اللبناني{% endblock %} {% block content %}
أنشئ نسخاً احتياطية وأدر حسابات الدخول من مكان واحد.
| الرقم | اسم المستخدم | الصلاحية | تاريخ الإنشاء | |
|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} {% if current_user and user.id == current_user.user_id %}(أنت){% endif %} | {{ user.created_at }} | {% if current_user and user.id == current_user.user_id %} — {% else %} {% endif %} |