{% load static %} {% load django_htmx %} {% load django_bootstrap5 %} {% load widget_tweaks %} {% load shop_extras currency_filters %}
{{ discount.description|default:'Save more on selected products today.' }}
{{ discount.discount_type|title }} {% if discount.discount_type == 'percentage' %} {{ discount.discount_value }}% off {% else %} {{ currency_symbol }}{{ discount.discount_value|floatformat:2 }} off {% endif %}
Use code: {{ discount.code }}
Valid {{ discount.start_date|date:'M d' }} – {{ discount.end_date|date:'M d' }}
No active offers at the moment. Check back soon for flash sales and discount coupons.