{% extends "configure/configure.html" %} {% block configure %}

{{ name }} Edit Name

Fully UI-based editing will be implemented later

Use JSONEditor
{% if related %} Related {{ root|other_type }}: {% for item in related %} {{ item }} {% endfor %} {% endif %}
{% endblock %}