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