{# Rows-only partial for infinite-scroll append pages (page > 1 + HX-Request). Contains ONLY company row divs and a new sentinel — no outer container or column header. The sentinel uses hx-swap="outerHTML" so it replaces itself with this fragment, keeping new rows inside the page-1 container. #} {% for company in companies %}
{% include "companies/_row.html" %}
{% endfor %} {% if has_more %} {# hx-trigger="intersect once" — see _table.html note. #}
Loading more...
{% endif %}