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