{% for row in projects %}
{# htmx's default trigger is a click; the extra keyup keeps the row reachable
by keyboard now that it is a focusable, button-like list item. #}
-
{{ row.project.name }}
{{ row.term_count }}
{% else %}
- {{ tr("No projects yet.") }}
{% endfor %}