{% for i in data %}
{{ i.id }}
{{ i.challan_date }}
{{ i.police_station_name }}
{{ i.vehicle_no }}
{{ i.mobile_no }}
{{ i.tow_vehicle_description }}
{{ i.tow_vehicle_address }}
{% endfor %}