COMMAND DECK
MEETING · LOG
BRIDGE
·
PROJECTS
·
BELOW DECK
·
TODAY
·
MORE ▾
REPORTS
TEMPLATES
MEETINGS
MILEAGE
SETTINGS
·
COCKPIT
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}
Meetings
›
{{ meeting.title }}
DELETE
{{ meeting.title }}
When
Project
— standalone —
{% for p in projects %}
{{ p.title }}
{% endfor %}
{% if meeting.project_slug %}
open project →
{% endif %}
{% if meeting.project_id and meeting.project_tracking_enabled %}
Time
⏱
{% if lifetime_seconds %}lifetime:
{% endif %}
{% elif not meeting.project_id %}
Standalone meetings can't be timed — assign a project to enable ⏱.
{% endif %}
// Notes
click to edit · markdown
{{ meeting.notes or '' }}
// Action items
{{ action_items | length }}
ADD
{% if action_items %}
{% for task in action_items %}
{{ task.title }}
{{ '★' if task.today else '☆' }}
✎
✕
{% endfor %}
{% else %}
No action items yet.
{% endif %}