{% extends "base.html" %} {% block title %}TapDB Templates{% endblock %} {% block content %}

Templates

Loaded templates are read-only.

{% if user.role == "admin" %}

The download returns an identity-free canonical JSON pack as an attachment and creates no server-side files.

Server-side repository export requires an explicit absolute path and writes both the pack and its immutable provenance receipt. Existing files are never overwritten.

{% if repository_error %}

{{ repository_error }}

{% endif %} {% if repository_inventory %}
{{ repository_inventory | tojson(indent=2) }}
{% endif %} {% endif %}
{% for item in items %} {% endfor %}
EUIDNameCodeInstance PrefixValidatorRepository
{{ item.euid }} {{ item.name }} {{ item.category }}/{{ item.type }}/{{ item.subtype }}/{{ item.version }} {{ item.instance_prefix }} {{ item.validator_ref }} {{ item.repository_status }} {% if user.role == "admin" %}Create{% endif %} {% if user.role == "admin" %}Build New Template{% endif %}
{% endblock %}