Tokens

{% if pass_token %}

{{ pass_token.tooltip_name }}

{{ pass_token.tooltip_description }}

{% if pass_token.tooltip_shoptalk %}

{{ pass_token.tooltip_shoptalk }}

{% endif %}

{{ pass_token.tooltip_expiry }}

{% elif band %}

{{ band.tooltip_name }}

{{ band.tooltip_description }}

{% if band.tooltip_shoptalk %}

{{ band.tooltip_shoptalk }}

{% endif %}

{{ band.tooltip_expiry }}

{% elif coin %}

{{ coin.tooltip_name }}

{{ coin.tooltip_description }}

{% if coin.tooltip_shoptalk %}

{{ coin.tooltip_shoptalk }}

{% endif %}

{{ coin.tooltip_expiry }}

{% endif %} {% if free_tokens %} {% with free_tokens.0 as token %}

{{ token.tooltip_name }}{% if free_count > 1 %} (×{{ free_count }}){% endif %}

{{ token.tooltip_description }}

{% if token.tooltip_shoptalk %}

{{ token.tooltip_shoptalk }}

{% endif %}

{{ token.tooltip_expiry }}

{% endwith %} {% else %}

Free Token

0 owned

find one around

{% endif %} {% if tithe_tokens %} {% with tithe_tokens.0 as token %}

{{ token.tooltip_name }}{% if tithe_count > 1 %} (×{{ tithe_count }}){% endif %}

{{ token.tooltip_description }}

{{ token.tooltip_expiry }}

{% endwith %} {% else %}

Tithe Token

0 owned

purchase one above

{% endif %}