{% load thumbnail %} {% load i18n %} {% if recent_products %}

{% trans 'Recently Viewed' %}

{% for item in recent_products %} {% thumbnail item.main_image.picture 85x85 as image %} {{ item.translated_name }} {{ item.translated_name }} {% endfor %}
{% endif %}