-
+
{% for project in user_projects %} {# or, maybe, if you're single-org, or single-project, just show that #}
+
{% for project in user_projects %} {# or, maybe, if you're single-org, or single-project, just show that #}
{{ project.name }}
{% endfor %}