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 }}