{% extends "base.html" %} {% block title %}Foydalanuvchilar β€” KinoBot Admin{% endblock %} {% block page_title %}Foydalanuvchilar{% endblock %} {% block content %}
Tozalash
Jami: {{ total }} ta Sahifa {{ page }} / {{ total_pages }}
{% for user in users %} {% else %} {% endfor %}
Telegram ID Ism Username Til Holat Ro'yxatdan So'nggi faollik
{{ user.telegram_id }} {{ user.full_name }} {% if user.username %}@{{ user.username }}{% else %}β€”{% endif %} {% if user.language.value == 'uz' %}πŸ‡ΊπŸ‡Ώ {% elif user.language.value == 'ru' %}πŸ‡·πŸ‡Ί {% else %}πŸ‡¬πŸ‡§{% endif %} {{ user.language.value }} {% if user.is_banned %} Ban {% elif user.admin_profile %} Admin {% else %} Faol {% endif %} {{ user.registered_at.strftime('%d.%m.%Y') }} {{ user.last_active_at.strftime('%d.%m.%Y %H:%M') }}
Foydalanuvchilar topilmadi
{% if total_pages > 1 %} {% endif %}
{% endblock %}