{% extends "base.html" %} {% block title %}Create TapDB Instance{% endblock %} {% block content %} Create Instance Template{{ template.euid }} ยท {{ template.name }} Code{{ template_code }} {% if error %} {{ error }} {% endif %} Name Create children Properties JSON {{ form.get('properties_json', '{}') }} Create {% endblock %}