{{ month_name }} {{ year }}

{% if legend %}
{% for loc in legend %}
{{ loc.name }}
{% endfor %}
{% endif %}
Device on
Effective window
{% for day_name in ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'] %}
{{ day_name }}
{% endfor %}
{% for week in weeks %}
{% for day in week %}
{{ day.date.day }}
{% if day.sessions %}
{% for s in day.sessions %} {% set tooltip %}{{ s.label }} · Device {{ s.dev_start_label }}–{{ s.dev_end_label }}{% if s.eff_start_label %} · Window {{ s.eff_start_label }}–{{ s.eff_end_label }}{% endif %}{% endset %}
{% if s.eff_start_pct is not none %}
{% endif %}
{{ s.location_name }}{% if s.period_type %} {{ '☀' if 'day' in s.period_type else '☾' }}{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}
12 AM 6 AM 12 PM 6 PM 12 AM