{% extends "base.html" %} {% load static %} {% block page_head %} Expiring Products | Indous Technologies {% endblock page_head %} {% block content %}

Products Expiring in Next 3 Months

Send Mail Back to Home
{% for product in products %} {% empty %} {% endfor %}
Product Name Client Type Purchase Date Renewed Date Expiry Date Status Actions
{{ product.name }} {{ product.client.name }} {{ product.product_type }} {{ product.purchase_date }} {{ product.renewed_date }} {{ product.expiry_date }} {{ product.status }} View
No expiring products found.
{% endblock content %}