Categories:

  • 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

Categories:

  • Stickers
  • Fundos
  • Widgets
  • Notas

Selecione um item clicando nele

{% if widgets|length == 0 %}

Seu inventário para esta categoria está completamente vazio!

Para poder adquirir adesivos, planos de fundo e notas, clique na aba Loja Web e selecione uma categoria e um produto e clique em Comprar.

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

 

{% if widgets.length != 0 %} {% endif %}