{% extends "ui/panels/_base.html" %} {% block panel_content %} {% for attr in attrs %} {% endfor %}
{{ attr.label }}
{{ attr.value }}
{% endblock panel_content %}