{{ opening.item_name }}
{% if is_public %}👤{% else %}⭐{% endif %}
{% if is_public %}
{{ profile_user.username }}
Зарегистрирован {{ profile_user.created_at.strftime('%d.%m.%Y') }}
{% else %}{{ user.username }}
Ваш профиль и инвентарь
{% endif %}{{ total_items }}
Предметов
{{ cases_opened }}
Открыто кейсов
{{ contracts_completed }}
Контрактов
{{ "%.0f"|format(balance) }} ₽
Баланс
🎒 Инвентарь — {{ inventory_items|length }} предметов
{% if inventory_items %}
{% for item in inventory_items %}
{% endfor %}
{% else %}
{% endif %}
{{ item.name }}
{{ item.rarity }}
Float: {{ "%.6f"|format(item.float) }}
{{ item.type }}
{{ item.wear }}
💰 {{ "%.0f"|format(item.price_rub or 100) }} ₽
📦 Последние открытия
{% for opening in recent_openings %}
{% else %}
Пока нет открытий
{% endfor %}
🔄 Последние контракты
{% for contract in recent_contracts %}
{% else %}
{{ contract.output_item_name }}
Пока нет контрактов
{% endfor %}