{% load static %} {% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='offer_active'%}
{% include 'web/include_comman/right_top.html' %}
{% comment %}

{{title}}

{% endcomment %}
Offers List
{% include 'web/message.html' %}
{% if offers %} {% comment %} {% endcomment %} {% for offer in offers %} {% comment %} {% endcomment %} {% if offer.end_date < current_date %} {% comment %} {% endcomment %} {% else %} {% if offer.offer_status == 1 %} {% comment %} {% endcomment %} {% else %} {% comment %} {% endcomment %} {% endif %} {% endif %} {% if offer.end_date < current_date%} {% else %} {% if offer.offer_status == 1 %} {% else %} {% endif %} {% endif %} {% endfor %} {% comment %} {% url 'web:add_subscription_view' subscription.id %} {% endcomment %}
S.No. Users Offer CodeDiscriptionDiscount % Max Discount Valid Upto Status Action
{{forloop.counter}} {% if offer.for_users == 'All' %} For All Users {% else %} Particular Users {% endif %} {{offer.code}}{{offer.description|slice:":50"}} ...{{offer.discount}}% {{offer.max_discount}} {{offer.end_date}}ExpiredActiveExpiredDeactivateActivate
{% else %} {% endif %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{% comment %} {% endcomment %} {% include 'web/include_comman/footer.html' %}