{% load gameui %}

{% if account.unlock_at is None %}Attack other players{% else %}Attack an acccount{% endif %} ⚔️

{% if account.locked is not True %} {% for current_account in accounts %} {% empty %} {% endfor %} {% else %} {% endif %}
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 %}
{% if account.unlock_at is not None %} {% include "tier_list_postscript.html" with show_protection_message=True %} {% endif %}
{% if account.locked is not True %}
{% csrf_token %} {% include "absolute_spinner.html" %}
{% else %}
{% csrf_token %}
{% endif %}