WORK
// FOCUS
25:00
FOCUS
FOCUS BREAK
ANI
// ANI
// VIEWER
no video loaded
// MUSIC
no track loaded
SHIELDS
// Quick Insert
// Transmission
LOADED
0 / 280
{% if history %}
// Recent Comms Log
{% for post in history %}
{{ post }}
{% endfor %}
{% endif %}
// Mission Log
    {% set open_tasks = tasks | selectattr('status', 'equalto', 'open') | list %} {% set done_tasks = tasks | selectattr('status', 'equalto', 'complete') | list %} {% if open_tasks %} {% for task in open_tasks %}
  • {{ task.title }}
  • {% endfor %} {% else %}
  • No active tasks. Good work, captain.
  • {% endif %} {% if done_tasks %}
  • // Completed
  • {% for task in done_tasks %}
  • {{ task.title }}
  • {% endfor %} {% endif %}
// Log this one?
{% set scratch_mode = 'inline' %} {% include 'includes/scratch_pad.html' %}
{% include 'includes/today_panel.html' %}