{% extends "base.html" %} {% block content %}

Lab Access History


{%if tabledata%} {% for timeinfo,lab,user in tabledata %} {% endfor %} {%else%} {%endif%}
Time Recorded Lab User
{{ timeinfo }} {{lab}} {{ user }}

There is no data


{% endblock %}