{% extends 'insurance/adminbase.html' %} {% block content %} {%load static%}

Policy Holder Record
{% for t in policyrecords %} {% if t.status == 'Pending' %} {% else %} {% endif %} {% endfor %}
Serial No. Policy Name Customer Name Applied Date Status Action
{{ forloop.counter }} {{t.Policy}} {{t.customer}} {{t.creation_date}} {{t.status}} {{t.status}}






{% endblock content %}