{% extends "base.html" %} {% block title %}Kinolar — KinoBot Admin{% endblock %} {% block page_title %}Kinolar{% endblock %} {% block content %}
Tozalash
Jami: {{ total }} ta {{ (page-1)*20 + 1 }}–{{ [page*20, total] | min }} ko'rsatilmoqda
{% for movie in movies %} {% else %} {% endfor %}
Kod Nomi Yil IMDb Ko'rishlar Holat Qo'shilgan Amallar
{{ movie.code }}
{{ movie.title_uz or movie.title_ru or '—' }}
{% if movie.title_ru and movie.title_uz %}{{ movie.title_ru }}{% endif %}
{{ movie.year or '—' }} {% if movie.imdb_rating %} ⭐ {{ movie.imdb_rating }} {% else %}—{% endif %} {{ movie.view_count }} {% if movie.is_active %} Faol {% else %} Nofaol {% endif %} {{ movie.created_at.strftime('%d.%m.%Y') }}
Kinolar topilmadi
{% if total_pages > 1 %} {% endif %}
{% endblock %}