{% extends "core/base.html" %} {% block title %}Subscription Details - Inventory Management System{% endblock %} {% block page_title %}Subscription Details{% endblock %} {% block header_actions %} Back to Plans Dashboard {% endblock %} {% block content %}
{{ subscription.plan.description }}
Subscription will {% if not subscription.auto_renew %}not {% endif %}automatically renew
Amount Paid: ${{ subscription.amount_paid }}
Payment Method: {{ subscription.payment_method|title }}
{% if subscription.payment_reference %}Reference: {{ subscription.payment_reference }}
{% endif %}{{ usage.products.percentage|floatformat:1 }}% of your product limit used
{{ usage.users.percentage|floatformat:1 }}% of your user limit used
Approximately 25% of storage used (estimated)
| Date | Description | Amount | Status | Reference |
|---|---|---|---|---|
| {{ subscription.start_date|date:"M d, Y" }} |
{{ subscription.plan.name }} Plan
{{ subscription.plan.get_billing_cycle_display }} billing |
${{ subscription.amount_paid }} | {% if subscription.is_active %}Active{% else %}Inactive{% endif %} | {{ subscription.payment_reference|default:"-" }} |
| {{ prev_sub.start_date|date:"M d, Y" }} |
{{ prev_sub.plan.name }} Plan
{{ prev_sub.plan.get_billing_cycle_display }} billing |
${{ prev_sub.amount_paid }} | Ended | {{ prev_sub.payment_reference|default:"-" }} |
No billing history available.
{% if subscription.plan.has_phone_support %} Call us: +1 (555) 123-4567 {% else %} Available on Premium plans {% endif %}
{% if subscription.plan.has_phone_support %} Call Now {% else %} {% endif %}