{% load gameui %}
| Account | Tier | Balance | ||
|---|---|---|---|---|
|
{% pretty_account_link my_account=account target_account=current_account %}
|
{% tier current_account.balance "emoji" %} | ${{ current_account.balance }} | ||
| No accounts found. | ||||
| 🔒
Your account is locked.
{% if account.unlock_at is not None %}
Once unlocked, other accounts can attack you, too. We recommend strengthening your defense.
{% else %}
Other players won't be able to attack you, but you also can't attack them.
Click the button below once you're ready to start playing against real players. {% endif %} |
||||