{% extends "base.html" %} {% block title %}کانفیگ‌ها{% endblock %} {% block content %}
{% for c in configs %} {% endfor %} {% if not configs %} {% endif %}
شناسه کاربر ایمیل تاریخ انقضا تاریخ ایجاد وضعیت عملیات
#{{ 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 %}
کانفیگی یافت نشد
{% endblock %}