{# Projects table fragment - can be loaded independently via HTMX #} {% if projects %}
| Project | Runs | Baseline | Actions |
|---|---|---|---|
| {{ project.name }} | {{ project.run_count }} | {% if project.baseline %} {{ project.baseline.run_id | short_id }} {% else %} Not set {% endif %} | View Runs |
No projects yet
Create your first run to see it here