{% 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
Seleccione un elemento haciendo clic en él
Categories:
Stickers
Backgrounds
Widgets
Notes
Seleccione un elemento haciendo clic en él
{% if widgets|length == 0 %}
¡Su inventario para esta categoría está completamente vacío!
Para poder comprar calcomanías, fondos y notas, haga clic en la pestaña de la tienda web y seleccione una categoría y un producto, luego haga clic en Comprar.
{% endif%}
{% for widget in widgets %}
{% if widget.getAmount() > 1 %}
x{{ widget.getAmount() }}
{% endif %}
{% endfor %}
{% for box in emptyBoxes %}
{% endfor %}