{% comment %} Partial template: task table body rows. Rendered by task_list_partial view and swapped into the
via HTMX. Also used by task_list.html to render the initial set of rows. Context variables ----------------- tasks Page — paginated TaskSnapshot queryset (page object) status_filter str — active status filter value (may be empty) search_query str — active search query (may be empty) {% endcomment %} {% load i18n %} {% if tasks.object_list %} {% for task in tasks %}