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

Lab 2's Temperture & Humidity

Lab 2's Humidity chart

{%if room2graph%}
{%else%}

There is no data

{%endif%}

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

There is no data


{% endblock %}