Categorias:

  • Stickers
      {% set num = 0 %} {% for category in stickerCategories %} {% if num == 0 %}
    • {% else %}
    • {% endif %}
      {{ category.getName() }}
    • {% set num = num + 1 %} {% endfor %}
  • Fundos
      {% for category in backgroundCategories %}
    • {{ category.getName() }}
    • {% endfor %}
  • Notas
    • 29

Selecione um item clicando nele

    {% for product in products %}
  • {% if product.getAmount() > 1 %}
    x{{ product.getAmount() }}
    {% endif %}
  • {% endfor %} {% for box in emptyBoxes %}
  • {% endfor %}

Preço:
{% if product.getPrice() > 1 %}{{ product.getPrice() }} credits{% else %}{{ product.getPrice() }} credit{% endif %}
{% if playerDetails.credits > 1 %}Você tem:
{{ playerDetails.credits }} moedas
{% else %}Você tem:
{{ playerDetails.credits }} moedas
{% endif %} Conseguir moedas

Categorias:

  • Stickers
  • Fundos
  • Widgets
  • Notas

Selecione um item clicando nele