{% for i in data %}
{{ i.name }}
{{ i.police_station_name }}
{{ i.mobile_no }}
{{ i.in_location_address }}
{{ i.in_datetime }}
{{ i.out_location_address }}
{{ i.out_datetime }}
{% endfor %}