{% 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.offer_status == 1 %} {% comment %} {% endcomment %} {% else %} {% comment %} {% endcomment %} {% endif %} {% if offer.offer_status == 1 %} {% else %} {% endif %} {% endfor %} {% comment %} {% url 'web:add_subscription_view' subscription.id %} {% endcomment %}
S.N. Users Offer CodeDiscriptionDiscount % Max Discount Valid Upto Status Action
{{forloop.counter}} {{offer.users|default_if_none:"For all users" }} {{offer.code}}{{offer.description|slice:":50"}} ...{{offer.discount}}% {{offer.max_discount}} {{offer.end_date}}ActiveDeactivateActivate
{% else %} {% endif %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{% comment %} {% endcomment %} {% include 'web/include_comman/footer.html' %}