{% 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.N. | Users | Offer Code | {% comment %}Discription | {% endcomment %}Discount % | Max Discount | Valid Upto | Status | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{offer.users|default_if_none:"For all users" }} | {{offer.code}} | {% comment %}{{offer.description|slice:":50"}} ... | {% endcomment %}{{offer.discount}}% | {{offer.max_discount}} | {{offer.end_date}} | {% if offer.offer_status == 1 %} {% comment %}![]() | {% endcomment %}
{% else %} {% comment %} | ![]() | {% endcomment %}
{% endif %} {% if offer.offer_status == 1 %} | Deactivate | {% else %}Activate | {% endif %}