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

Search

Results

{% for item in results["items"] %} {% endfor %} {% if not results["items"] %} {% endif %}
EUIDKindNameTypeStatus
{{ item.euid }} {{ item.record_type }} {{ item.name or "-" }} {{ item.category }}/{{ item.type }}/{{ item.subtype }} {{ item.bstatus or "-" }}
No matching TapDB objects.
{% endblock %}