{% load i18n %}   {% with sale.percentage_text as pct %}{% with sale.code as code %}{% with sale.description as desc %}{% with sale.endDate|date:"y-M-d" as enddate %} {% blocktrans %}

Products in your cart are eligible to receive a discount of {{ pct }} when you enter the code "{{ code }}" during our {{ desc }} which ends on {{ enddate }}.

{% endblocktrans %} {% endwith %}{% endwith %}{% endwith %}{% endwith %}