{% from "components/icon.html" import Icon %} {% from "components/alert.html" import Alert %} {% extends "base_workspace.html" %} {% block workspace_content %} {% for project in workspace.projects %}

{{ project.name }} ({{ project.environments|length }} environments)

{{ Icon('edit') }} edit
{% endfor %} {% endblock %}