{# HTMX partial: batch table body rows + pagination. Swapped into #batch-table-body by search/filter requests. Variables: batches (list[CloudBatch]): Batch objects to render. page (int): Current page number. query (str): Current search query. has_next (bool): Whether there is a next page. #} {% if batches %} {% for batch in batches %} {% include "partials/_batch_row.html" %} {% endfor %} {% else %}