{% comment %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{{title}}
{% endcomment %} {% comment %} {% endcomment %}
{% comment %}
{% endcomment %}
Subscription List
{% include 'web/message.html' %}
{% if subscriptions %}
{% else %}
{% endif %}
S.No. | Subscription Type | Validity | Price | Discount | Per Month Price | Country | Description | {% if request.user.roles_id == 1 %}Status | {% endif %}Action | Add Other country | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{subscription.subscription_type|slice:20}} | {{subscription.days}} Months | {{subscription.price|floatformat:2}} | {% if subscription.discount %} {{subscription.discount|floatformat:2}}% {% else %} N/A {% endif %} | {{subscription.per_month_price|floatformat:2}} | {% comment %} {% endcomment %}{{subscription.country.name}} | {% if subscription.description %} {{subscription.description|slice:"50"|linebreaks}} {% else %} N/A {% endif %} | {% 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 %} | Deactivate | {% else %}Activate | {% endif %} {% endif %}Edit | {% comment %} {% endcomment %} |