{% extends "index.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}BuildingDepot - Sensor Group{% endblock %} {% block page_content %}
{% for obj in objs %} {% if obj.can_delete %} {% endif %} {% endfor %}
Name Description Building
{{ obj.name }} {{ obj.description }} {{ obj.building }} Tags
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}