{% comment %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{{title}}
{% endcomment %}Offers List
{% include 'web/message.html' %}
{% if offers %}
{% else %}
{% endif %}
S.No. | Users | Offer Code | {% comment %}Discription | {% endcomment %}Discount % | Max Discount | Valid Upto | Status | Action | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {% if offer.for_users == 'All' %} For All Users {% else %} Particular Users {% endif %} | {{offer.code}} | {% comment %}{{offer.description|slice:":50"}} ... | {% endcomment %}{{offer.discount}}% | {{offer.max_discount}} | {{offer.end_date}} | {% if offer.end_date < current_date %}{% comment %} | Expired | {% endcomment %} {% else %} {% if offer.offer_status == 1 %} {% comment %}![]() | {% endcomment %}
{% else %} {% comment %} | ![]() | {% endcomment %}
{% endif %} {% endif %} {% if offer.end_date < current_date%} | Expired | {% else %} {% if offer.offer_status == 1 %}Deactivate | {% else %}Activate | {% endif %} {% endif %}