{% if postrow.U_VIRTUALSHOP_ITEMS %}
{{ lang('VIRTUALSHOP_PROFILE_ITEMS') ~ lang('COLON') }} {{ postrow.VIRTUALSHOP_ITEM_COUNT }}
{% if postrow.virtualshop_equipped %}
{% for item in postrow.virtualshop_equipped %} {{ item.NAME }} {% endfor %}
{% endif %} {% endif %}