{% extends "dashboard/layout.htm" %} {% block content %}

Projects

Connected ALFRD projects and their recorded workflow metadata.

{% if runtime_enabled %}Connect project{% endif %}

{{ projects|length }} connected project{{ '' if projects|length == 1 else 's' }}

{% if projects %}
{% for project in projects %}{% endfor %}
{% else %}

No projects connected yet

{% if runtime_enabled %}Connect a project directory containing alfrd.yaml or .alfrd.yaml to start viewing its dashboard.{% else %}This catalog does not yet contain any projects.{% endif %}

{% if runtime_enabled %}Connect a project{% endif %}
{% endif %}
{% endblock %}