{% extends "base.html" %} {% block title %}إدارة المستخدمين{% endblock %} {% block content %}
| المستخدم | الخطة | التقارير | مزود الفيديو | الحالة | إجراءات |
|---|---|---|---|---|---|
|
{{ user.name }}
{{ user.email }}
|
{{ user.active_plan.display_name if user.active_plan else 'Free' }} | {{ user.reports.count() }} | {% if user.is_admin %}Admin{% endif %} {% if user.email_verified %}Verified{% else %}Unverified{% endif %} |