{# src/fledermap/web/templates/_recording_panel.html #} {% if not found %}

Recording not found — it may have been removed, or no longer matches the active filters.

{% else %}

{{ recording_headline(taxon, best) }}

Full page
{% if oscillogram_ready %} Waveform {% else %}

Waveform not processed yet.

{% endif %}
{% if max_freq_khz %} {{ "%.0f"|format(max_freq_khz) }} kHz {{ "%.0f"|format(max_freq_khz / 2) }} kHz 0 kHz {% endif %}
{% if spectrogram_ready %} Spectrogram {% else %}

Spectrogram not processed yet.

{% endif %}
{% if duration_s %} 0.0s {{ "%.2f"|format(duration_s / 2) }}s {{ "%.2f"|format(duration_s) }}s {% endif %}
{% if preview_ready %}
{% else %}

Audio preview not processed yet.

{% endif %}

Identifications

Recording

{{ recording.recorded_at.isoformat() }}

{{ recording.make }} {{ recording.model }}

Context

{% if recording_session %}

Session: {{ recording_session.started_at.strftime('%Y-%m-%d %H:%M') }}–{{ recording_session.ended_at.strftime('%H:%M') }} ({{ recording_session.detector_key | detector_label }})

{% endif %} {% if site %}

Site: {{ site_label }}

{% elif recording.geom is not none %}

No site (outlier)

{% else %}

No location data

{% endif %} {% if previous %} {% endif %} {% if next %} {% endif %}
{% endif %}