{% extends "base.html" %} {% block content %}

Exclusive date buckets

Incomplete items

{{ state.aggregate.open_actions }} total
{% for bucket, label in bucket_labels.items() %} {% endfor %}
{% if upcoming %}
{% for item in upcoming %} {% endfor %}
Project Priority Location
{{ item.figure.title or "Untitled item" }} {% if item.figure.tags %} {% for tag in item.figure.tags[:2] %} {{ tag }} {% endfor %} {% endif %} {{ item.figure.project_title }} {{ item.bucket_label }} {{ item.figure.due_date or "No date" }} {% if item.figure.priority %} P{{ item.figure.priority }} {% else %} None {% endif %} {{ item.figure.section_path or "—" }} {{ item.figure.organizer_path or "" }}
{% else %}

No incomplete items

There are no tagged Curio figures below 100% progress in this scope. Dated and unscheduled items each appear in one window.

{% endif %}
{% endblock %}