{% load i18n %} {% load product_tags %} {% block content %}

{{ promotion.name }}

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