{% extends "base.html" %} {% block title %}TAPDB Admin - Templates{% endblock %} {% block content %}

Templates

Total: {{ total }} templates

{% for item in items %} {% else %} {% endfor %}
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
{% if pages > 1 %} {% endif %}
{% endblock %}