{% extends "base.html" %} {% block content %} {% if room1graph%} {%endif%}

Lab 1's Temperture & Humidity

Lab 1's Humidity chart

{%if room1graph%}
{%else%}

There is no data

{%endif%}

{%if room1table%} {% for timeinfo,humidity,temperature in room1table %} {% endfor %} {%else%} {%endif%}
Time taken Temperature Humidity
{{ timeinfo }} {{temperature}} {{ humidity }}

There is no data


{% endblock %}