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

Instances

Total: {{ total }} instances

🔗 View as Graph
{% for item in items %} {% else %} {% endfor %}
EUID Name Category Type Subtype Status Actions
{{ item.euid }} {{ item.name or '-' }} {{ item.category }} {{ item.type }} {{ item.subtype }} {{ item.bstatus or '-' }} View Graph
No instances found
{% if pages > 1 %} {% endif %}
{% endblock %}