{% extends "base.html" %} {% block title %}کانفیگها{% endblock %} {% block content %}
| شناسه | کاربر | ایمیل | تاریخ انقضا | تاریخ ایجاد | وضعیت | عملیات |
|---|---|---|---|---|---|---|
| #{{ c.id }} | {{ '@' + c.username if c.username else c.user_id }} | {{ c.email }} |
{{ c.expire_date[:10] if c.expire_date else '-' }} | {{ c.created_at[:10] if c.created_at else '-' }} | {% if c.is_active %} فعال {% else %} غیرفعال {% endif %} | {% if c.is_active %} {% endif %} |
| کانفیگی یافت نشد | ||||||