{% extends 'customer/customerbase.html' %} {% block content %} {%load static%}

History
{% for t in policies %} {% endfor %}
Serial No. Policy Name Applied Date Status
{{ forloop.counter }} {{t.Policy}} {{t.creation_date}} {{t.status}}






{% endblock content %}