{% extends "index.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}BuildingDepot - Sensor{% endblock %} {% block page_content %}
{% elif current_page==pages %}
Showing {{ ((current_page-1)*pagesize) + 1 }} - {{ total }} of {{ total }} Sensors
{% endif %}
{% for obj in objs %} {% if obj.source_identifier !='SensorView' %} {% endif %} {% if obj.can_delete and obj.source_identifier !='SensorView' %} {% endif %} {% endfor %}
ID Building Source Name Source Identifier Owner
{{ obj.name }} {{ obj.building }} {{ obj.source_name }} {{ obj.source_identifier }} {{ obj.owner }} Tags Views
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}