← 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 %}
{% if request.args.get('saved') %} ✓ Saved {% 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 }})

{% for recording, best, taxon in recordings_with_id %} {% else %} {% endfor %}
Time Species
{{ recording.recorded_at.strftime('%Y-%m-%d %H:%M') }} {{ recording_headline(taxon, best) }}
No recordings yet.