🏆 Достижения

Выполняй задания и получай награды

{{ unlocked }}/{{ total }}
Открыто
{{ "%.0f"|format(unlocked/total*100 if total > 0 else 0) }}%
Прогресс
{% for ach in achievements %}
{{ ach.icon }}
{{ ach.title }}
{{ ach.description }}
{% if ach.reward_amount > 0 %}
+{{ "%.0f"|format(ach.reward_amount) }} ₽
{% endif %}
{% if ach.unlocked %}✅ Получено{% else %}{{ ach.progress }} / {{ ach.requirement_value }}{% endif %}
{% endfor %}
{% include '_activity_sidebar.html' %}