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

{{title}}

{% endcomment %}
Subscription List
Add New {% comment %} Reset {% endcomment %}
{% include 'web/message.html' %}
{% if subscriptions %} {% if request.user.roles_id == 1 %} {% endif %} {% for subscription in subscriptions %} {% comment %} {% endcomment %} {% comment %} {% if subscription.subscription_status == 1 %} {% else %} {% endif %} {% if subscription.subscription_status == 1 %} {% else %} {% endif %} {% endcomment %} {% if request.user.roles_id == 1 %} {% if subscription.subscription_status == 1 %} {% else %} {% endif %} {% endif %} {% endfor %} {% comment %} {% url 'web:add_subscription_view' subscription.id %} {% endcomment %}
S.N. Subscription Type Validity Price Discount Per Month Price Country DescriptionStatusAction Add Other country
{{forloop.counter}} {{subscription.subscription_type}} {{subscription.days}} Months {{subscription.price|floatformat:2}} {{subscription.discount}}% {{subscription.per_month_price|floatformat:2}}
{{subscription.country.name}} {{subscription.description|slice:"35"}} ...DeactivateActivate Edit {% comment %} {% endcomment %}
{% else %} {% endif %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{% include 'web/include_comman/footer.html' %}