{# Companies table body — used as both initial render and HTMX fragment target #} {% if companies %}
Company
ATS Platform
Slug
Last Scanned
Jobs Found
Enabled
{% for company in companies %}
{% include "companies/_row.html" %}
{% endfor %} {% if has_more %} {# hx-trigger="intersect once" instead of "revealed" because the page scrolls inside #main-content (overflow-y-auto) — revealed does not fire reliably inside CSS-overflow scroll containers per HTMX 2.x docs. #}
Loading more...
{% endif %}
{% else %}

No companies yet. Jobs ingested from Gmail or ATS scans will appear here automatically.

Or add a company manually using the "Add Company" button above.

{% endif %}