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