{% extends "index.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}BuildingDepot - Data Service{% endblock %} {% block page_content %}
{% for obj in objs %} {% if obj.can_delete %} {% endif %} {% endfor %}
Name Description Host Port
{{ obj.name }} {{ obj.description }} {{ obj.host }} {{ obj.port }} Buildings Admins
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}