{% extends 'insurance/adminbase.html' %} {% block content %} {%load static%}
Serial No. | Policy Name | Customer Name | Applied Date | Status | Action | |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{t.Policy}} | {{t.customer}} | {{t.creation_date}} | {{t.status}} | {% if t.status == 'Pending' %}{% else %} | {{t.status}} | {% endif %}