{% extends "base.html" %} {% load lang %} {% block title %}{{ "Upkeep"|t }}{% endblock %} {% block topbar %}{{ "Upkeep"|t }}{% endblock %} {% block content %}

{{ "Upkeep"|t }}

{{ "What is waiting for you. Everything here is read from the tree, so it cannot fall behind."|t }}

{% if captured %}

{{ "To file"|t }} {{ captured|length }}

{{ "Captured in a hurry: the domain and type were guessed, not chosen."|t }}

{% endif %}

{{ "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 %}

{% else %}

{{ "Nothing left open."|t }}

{% endif %} {% if contradictions %}

{{ "Finished, but still has things to do"|t }}

{% endif %}

{{ "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 }}

{% endblock %}