{{ "Upkeep"|t }}
{{ "What is waiting for you. Everything here is read from the tree, so it cannot fall behind."|t }}
{{ "To file"|t }} {{ captured|length }}
{{ "Captured in a hurry: the domain and type were guessed, not chosen."|t }}
-
{% for row in captured %}
- {{ row.page.title }} {% endfor %}
{{ "Open"|t }} {{ ongoing|length }}
{% if ongoing %}{{ "Stalest first, with what each still has to do."|t }} {% if total_tasks %}{{ total_tasks }} {{ "tasks in all."|t }}{% endif %}
-
{% for row in ongoing %}
- {{ row.page.title }} {% endfor %}
{{ "Nothing left open."|t }}
{% endif %} {% if contradictions %}{{ "Finished, but still has things to do"|t }}
-
{% for page in contradictions %}
- {{ page.title }} {% endfor %}
{{ "Cited by nothing"|t }} {{ orphans|length }}
{{ "Standing alone is not a fault; it is what makes a page reachable only by searching for it."|t }}
-
{% for page in orphans %}
- {{ page.title }} {% endfor %}