COMMAND DECK MEETING · LOG
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}
Meetings {{ meeting.title }}

{{ meeting.title }}

When
Project {% 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
// Action items {{ action_items | length }}
{% if action_items %}
    {% for task in action_items %}
  • {{ task.title }}
  • {% endfor %}
{% else %}
No action items yet.
{% endif %}