{% extends 'tom_common/base.html' %} {% block title %}Non-Localized Events{% endblock %} {% block content %}

Non-Localized Events

Ingest event from GraceDB

{% comment %} One tab per event type, lazy-loaded: only the active tab's filters + table render; clicking a tab htmx-swaps the whole region (nav included, so the active state travels with the content). {% endcomment %}
{% include 'tom_nonlocalizedevents/partials/event_tabs_region.html' %}
{% endblock %}