{% extends "base.html" %} {% set active_nav = "search" %} {% block title %}Search - LSMC Atlas{% endblock %} {% block content %}
{% for scope in all_scopes %} {% endfor %} Reset
{% if should_query %}
instance: {{ facets.instance }} template: {{ facets.template }} lineage: {{ facets.lineage }} audit: {{ facets.audit }}
{{ total }} results in {{ timing_ms }} ms
{% if results %}
{% for row in results %} {% endfor %}
Type Name EUID Category Created Modified
{{ row.record_type }} {{ row.name }} {{ row.euid or "—" }} {{ row.category }}/{{ row.type }}/{{ row.subtype }} {{ row.created_at or "—" }} {{ row.modified_at or "—" }}
{% else %}

No matching results.

{% endif %}
{% if prev_url %} ← Previous {% endif %} Page {{ page }}{% if pages %} of {{ pages }}{% endif %} {% if next_url %} Next → {% endif %}
{% else %}

Run a search to see unified results.

{% endif %} {% endblock %}