Game Kit

{% if pass_token %}

{{ pass_token.tooltip_name }}

{{ pass_token.tooltip_description }}

{{ pass_token.tooltip_expiry }}

{% endif %} {% if coin %}

{{ coin.tooltip_name }}

{{ coin.tooltip_description }}

{% if coin.tooltip_shoptalk %} {{ coin.tooltip_shoptalk }} {% endif %}

{{ coin.tooltip_expiry }}

{% endif %} {% for token in free_tokens %}

{{ token.tooltip_name }}

{{ token.tooltip_description }}

{% if token.tooltip_shoptalk %} {{ token.tooltip_shoptalk }} {% endif %}

{{ token.tooltip_expiry }}

{% endfor %}