{% extends "admin/base.html" %} {% block title %}История {{ target_user.username }} — Админ-панель{% endblock %} {% block nav_users %}active{% endblock %} {% block page_title %} 📜 История {{ target_user.username }} ID {{ target_user.id }} {% endblock %} {% block top_actions %} ← Профиль {% endblock %} {% block extra_styles %} {% endblock %} {% block content %}
Потолок
{{ "%.0f"|format(ceiling) }} ₽
Текущая ценность
{{ "%.0f"|format(total_value) }} ₽
Luck budget
{{ "%.1f"|format(rpu.luck_budget) }}%
Hot score
{{ "%.0f"|format(rpu.hot_score or 0) }}
Ceiling mult
{{ "%.2f"|format(rpu.ceiling_multiplier) }}
Комбек
{{ rpu.comeback_active }}
{% for o in openings %} {% else %} {% endfor %}
IDДатаКейсПредметРедкостьFloat
{{ o.id }} {{ o.opened_at.strftime('%d.%m %H:%M') }} {{ o.case_name }} {{ o.item_name }} {{ o.rarity }} {{ "%.4f"|format(o.float_value) if o.float_value else '—' }}
Нет открытий
{% endblock %} {% block scripts %} {% endblock %}