{% extends 'oscar/promotions/baseproductlist.html'%} {% load i18n %} {% load product_tags thumbnail %} {% block content %}

{{ promotion.name }}

{{ promotion.description|safe }}
{% for product in products %} {% endfor %}
{% if block.link_url %} {% trans "See more" %} {% endif %}
{% endblock %}