{% extends "base.html" %} {% block title %}TAPDB Admin - Templates{% endblock %} {% block content %}
Total: {{ total }} templates
| EUID | Name | Category | Type | Subtype | Version | Actions |
|---|---|---|---|---|---|---|
| {{ item.euid }} | {{ item.name or '-' }} | {{ item.category }} | {{ item.type }} | {{ item.subtype }} | {{ item.version }} | View {% if not is_reserved_template(item) %} + Create {% endif %} |
| No templates found | ||||||