{% load gameui %}

Learn how to play 📚

Earn some bounty from defeating tutorial accounts.

{% for current_account in tutorial_accounts %} {% endfor %}
Account Tier Bounty Status
{% if account.tutorial_step >= forloop.counter %} 🟢 {{current_account.account_name}} {% else %} 🔒 {{current_account.account_name}} {% endif %}
{% tier current_account.balance "emoji" %} ${{ current_account.bounty }} {% if account.tutorial_step > forloop.counter %}✅ Completed {% elif account.tutorial_step == forloop.counter %}🏃 In progress {% endif %}