{% extends "base.html" %} {% block title %}TAPDB Admin - Create Instance{% endblock %} {% block content %}
⚠️ {{ error }}
✅ {{ success }}
{% if created_instance %} {% endif %}| EUID | {{ template.euid }} |
|---|---|
| Name | {{ template.name or '-' }} |
| Type Hierarchy | {{ template.category }} / {{ template.type }} / {{ template.subtype }} |
| Version | {{ template.version }} |
| Description | {{ template.json_addl.description }} |