{{ error }}
{% extends "base.html" %}
{% block title_suffix %} — Workspaces{% endblock %}
{% block content %}
{% if workspaces %}{{ workspaces|length }} {{ 'directory' if workspaces|length == 1 else 'directories' }} where gitstow organizes repos.{% else %}No workspaces configured yet.{% endif %} Each has a layout — structured or flat — and optional auto-tags applied to every repo it contains. {{ error }} {{ notice }}
Organization
Your workspaces.
| Label | Path | Layout | Auto-tags | Repos | Actions |
|---|---|---|---|---|---|
| {{ ws.label }} | {{ ws.path }} |
{{ ws.layout }} | {% for t in ws.auto_tags %}{{ t }}{% else %}—{% endfor %} | {{ ws.count }} |
Repos still tracked under workspaces that no longer exist — invisible to list and status.
{% for o in orphans %}{{ o.label }}
{{ o.count }} {{ 'repo' if o.count == 1 else 'repos' }}