{# Projects table fragment - can be loaded independently via HTMX #} {% if projects %} {% for project in projects %} {% endfor %}
Project Runs Baseline Actions
{{ project.name }} {{ project.run_count }} {% if project.baseline %} {{ project.baseline.run_id | short_id }} {% else %} Not set {% endif %} View Runs
{% else %}

No projects yet

Create your first run to see it here

{% endif %}