// BELOW DECK
REFRESH
COCKPIT
COMMAND DECK
OFFLINE
+ ADD
#work
#home
#errand
#personal
// Open
{% set open_tasks = tasks | selectattr('status', 'equalto', 'open') | list %} {% if open_tasks %} {% for task in open_tasks %}
โ ฟ
{{ task.title }}
{% if task.tag %}
#{{ task.tag }}
{% endif %} {% if task.attach_count %}
{{ task.attach_count }}
{% else %}
{% endif %}
๐
โ
โ
โ
{% endfor %} {% else %}
Clear skies. Nothing below deck.
{% endif %}
// Today's Wins
CLEAR
{% for task in completed_tasks %}
โ
{{ task.title }}
{% if task.tag %}
#{{ task.tag }}
{% endif %}
โ
{% endfor %}
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}
// attachments
โ
Drop, paste, or click to attach
No files attached.