{{ 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 }}
Контрактов
{{ balance|money }} ₽
Баланс
🎒 Инвентарь — {{ inventory_items|length }} предметов
{% if not is_public and inventory_items %}
{% for item in inventory_items %}
{% else %}
{% if not is_public %}
{% endif %}
{% endif %}
{% endfor %}
{{ item.name }}
{{ item.rarity }}
Float: {{ "%.6f"|format(item.float) }}
{{ item.type }}
{{ item.wear }}
💰 {{ (item.price_rub or 100)|money }} ₽
{% if not is_public %}
Инвентарь пуст
{% if is_public %}У пользователя пока нет предметов.
{% else %}Откройте кейсы, чтобы получить первые предметы!
Открыть кейсы {% endif %}📦 Последние открытия
{% for opening in recent_openings %}
{% else %}
Пока нет открытий
{% endfor %}
🔄 Последние контракты
{% for contract in recent_contracts %}
{% else %}
{{ contract.output_item_name }}
Пока нет контрактов
{% endfor %}