{% extends "base.html" %} {% block title %}{{ project_name }} · {{ t("site.tool") }}{% endblock %} {% block content %}
{{ t("dash.subtitle") }}
{{ t("node.focus_flag") }}{{ t("dash.focus") }}
{{ focus.status.label }}{% if focus.status.i18n %} {{ focus.status.raw }}{% endif %} {% if not attention.any %} {{ t("dash.no_blockers") }} {% endif %} {% if focus.last_updated %} {{ t("node.updated") }} {{ focus.last_updated }} {% endif %}
{% if focus.parent_path %}{{ t("dash.parent_path") }} {% for crumb in focus.parent_path %} {{ crumb.id }}{% if not loop.last %}{% endif %} {% endfor %}
{% endif %}{{ focus.next_action }}
{% else %}{{ t("node.next_action.empty") }}
{% endif %}{{ t("action.copy_fallback.hint") }}
{{ focus.capsule }}
{{ t("dash.focus.missing", id=focus.id) }}
{{ t("dash.focus.missing_hint") }}
{{ t("dash.focus.none") }}
{{ t("dash.focus.none_hint") }}
| {{ t("dash.col.node") }} | {{ t("dash.col.decision") }} | {{ t("dash.col.summary") }} |
|---|---|---|
| {{ row.node.id }} {{ row.node.title }} | {{ decision.id }} | {{ decision.summary }} |
{{ t("dash.branch.hint") }}
{% if branch.lineage %}{% for crumb in branch.lineage %} {{ crumb.id }} {{ crumb.title }} {% endfor %} {{ branch.current.id }}
{% endif %} {% if branch.siblings %}{{ t("dash.branch.empty") }}
{% endif %}{{ t("dash.progress.note") }}
{{ t("dash.queue.hint") }}
{% if next_queue %}{{ t("dash.queue.empty") }}
{% endif %}| {{ t("dash.col.updated") }} | {{ t("dash.col.node") }} | {{ t("dash.col.status") }} |
|---|---|---|
| {{ row.date }} | {{ row.node.id }} {{ row.node.title }} | {{ row.node.status.label }} |
{{ t("dash.recent.empty") }}
{% endif %}