{% extends "index.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}BuildingDepot - Sensor - {name}{% endblock %} {% block page_content %}

Info

UUID {{ name }}
Building {{ obj.building }}
Source Name {{ obj.source_name }}
Source Identifier {{ obj.source_identifier }}



{% endblock %} {% block scripts %} {{ super() }} {% endblock %}