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

Templates

Loaded templates are read-only.

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