{% extends "base.html" %} {% block title %}LiveConfig - Classes{% endblock %} {%block header %}Classes{% endblock %} {% block content %}

View and edit all instance attributes from within your program.

{% for instance_name, attrs in class_instances.items() -%}

{{ instance_name }}

{% endfor %} {% endblock %}