COMMAND DECK MEETINGS · ARCHIVE
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}

// Meetings

{% if project_filter %} scoped to {{ project_filter.title }} × {% endif %}
{% if meetings %} {% set ns = namespace(current_month='') %}
{% for m in meetings %} {% set month_label = m.meeting_date[:7] %} {% if month_label != ns.current_month %} {% if not loop.first %}{% endif %}

// {{ month_label }}

{% endif %} {% endfor %}
{% else %}
{% if project_filter %} No meetings yet for {{ project_filter.title }}. Start one with + NEW MEETING. {% else %} No meetings yet. Start one with + NEW MEETING. {% endif %}
{% endif %}
// New Meeting