{% for row in rows %} {% endfor %}
ID Date Intake Class Start / End Time Check-in Check-out Duration Login Location Logout Location View Image
{{ row.id }} {{ row.date }} {{ row.intake }} {{ row.class_name }} {{ row.start_time|time:"H:i" }} - {{ row.end_time|time:"H:i" }} {% if row.check_in %} {{ row.check_in|time:"H:i" }} {% else %} — {% endif %} {% if row.check_out %} {{ row.check_out|time:"H:i" }} {% else %} — {% endif %} {{ row.duration|default:"—" }} {{ row.login_location|default:"—" }} {{ row.logout_location|default:"—" }} {% if row.login_image %} Login
{% endif %} {% if row.logout_image %} Logout {% endif %}