← Back to sessions
Session: {{ detail.session.started_at.strftime('%Y-%m-%d %H:%M') }} – {{ detail.session.ended_at.strftime('%H:%M') }}
Detector: {{ detail.session.detector_key | detector_label }}
{% if detail.sites %}
Sites:
{% for site in detail.sites %}{{ site.name or "Site #" ~ site.id }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% for op in detail.open_proposals %}
⚠ This session may merge with session
#{{ op.counterpart.id }}
({{ op.counterpart.started_at.strftime('%Y-%m-%d %H:%M') }}–{{ op.counterpart.ended_at.strftime('%H:%M') }}).
{% endfor %}
Recordings in this session ({{ recordings_with_id|length }})