{% block width %}s12 m6{% endblock %} {% block content %} {% if limited|length %}
{% for item in limited %}
{% if item.BACKGROUND_SRC %} {{ item.TITLE }} {% else %} {% endif %} {{ item.TITLE }} {{ item.STOCK }}
{% endfor %}
{% else %}
{{ lang('ASS_ITEMS_NONE') }}
{% endif %} {% endblock %}