{% for entry in applets %} {% if entry.applet.slug == 'gk-trinkets' and entry.visible %}

Trinkets

{% if pass_token %}
{{ pass_token.tooltip_name }}
{% endif %} {% if carte %}
{{ carte.tooltip_name }}
{% endif %} {% if coin %}
{{ coin.tooltip_name }}
{% endif %} {% if not pass_token and not carte and not coin %}

No trinkets yet.

{% endif %}
{% endif %} {% if entry.applet.slug == 'gk-tokens' and entry.visible %}

Tokens

{% for token in free_tokens %}
{{ token.tooltip_name }}
{% endfor %} {% for token in tithe_tokens %}
{{ token.tooltip_name }}
{% endfor %} {% if not free_tokens and not tithe_tokens %}

No tokens yet.

{% endif %}
{% endif %} {% if entry.applet.slug == 'gk-decks' and entry.visible %}

Card Decks

{% for deck in unlocked_decks %}
{{ deck.name }} {{ deck.card_count }} cards
{% empty %}

No decks unlocked.

{% endfor %}
{% endif %} {% if entry.applet.slug == 'gk-dice' and entry.visible %}

Dice Sets

{% include "core/_partials/_forthcoming.html" %}
{% endif %} {% endfor %}