{% extends "index.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}BuildingDepot - Role{% endblock %} {% block page_content %}
{% for obj in objs %} {% if obj.can_delete %} {% endif %} {% endfor %}
Name Description Sensor Write Permission Type
{{ obj.name }} {{ obj.description }} {{ obj.permission }} {{ obj.type }}
{% endblock %}