{% load i18n static common%}
{% for x in mapplotdetails %}
Check-In    : {{ x.in.strip }} Company : {{ x.company.strip }}
Check-Out : {{ x.out.strip }}


{% endfor %}