Categories:

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

Select an item by clicking it

Categories:

  • Stickers
  • Backgrounds
  • Widgets
  • Notes

Select an item by clicking it

{% if widgets|length == 0 %}

Your inventory for this category is completely empty!

To be able to purchase stickers, backgrounds and notes, click on Web Store tab and select a category and a product, then click Purchase.

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

 

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