From 3051f91ab0447356815f6248842e1dd5d274d46e Mon Sep 17 00:00:00 2001 From: zwitschi Date: Mon, 10 Nov 2025 18:50:46 +0100 Subject: [PATCH] feat: add export button for projects in the projects list view --- templates/projects/list.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/projects/list.html b/templates/projects/list.html index a6dfb8c..39e3d65 100644 --- a/templates/projects/list.html +++ b/templates/projects/list.html @@ -36,7 +36,18 @@ {% for project in projects %} - {{ project.name }} + + {{ project.name }} + + {{ project.location or '—' }} {{ project.operation_type.value.replace('_', ' ') | title }} {{ project.scenario_count }}