{% extends "oscar/offer/detail.html" %} {% load i18n %} {% load product_tags %} {% block content %} {% if not offer.is_available %}
{{ offer.description|safe }}
{{ upsell_message }}
{% trans "No products found." %}
{% endif %} {% endblock content %}