{% load satchmo_thumbnail i18n %} {% if recent_products %}

{% trans 'Recently Viewed' %}

{% for item in recent_products %} {{item.translated_name}} {{ item.translated_name }} {% endfor %}
{% endif %}