{% include './admin_header.html' %}
All Vehicle Accident Detail
Start Date
End Date
Show
#
Accident No
Accident Date
Vehicle No1
Vehicle No2
Description
Accident Location
Image
{% for i in data %}
{{ i.id }}
{{ i.challan_date }}
{{ i.vehicle_no1 }}
{{ i.vehicle_no2 }}
{{ i.accident_description }}
{{ i.accident_address }}
{% endfor %}
{% include './admin_footer.html' %}