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

Templates

Loaded templates are read-only. Admins can validate and load new template packs.

{% if user.role == "admin" %} New Template Pack {% endif %}
{% for item in items %} {% endfor %}
EUIDNameCodeInstance Prefix
{{ item.euid }} {{ item.name }} {{ item.category }}/{{ item.type }}/{{ item.subtype }}/{{ item.version }} {{ item.instance_prefix }} {% if user.role == "admin" %}Create{% endif %}
{% endblock %}