{% set title = label %} {% set actions = [ {"label": "Show on map", "href": "/?site=" ~ detail.site.id}, {"label": "Statistics", "href": "/statistics/sites/" ~ detail.site.id}, ] %} {% set subtitle %}{{ detail.site.recording_count }} recordings{% if detail.site.admin_path %} — {{ detail.site.admin_path }}{% endif %}{% endset %} {% include "_entity_header.html" %} {% if point %}
{% endif %}

Species

{% for taxon, count in detail.species_counts %} {% else %} {% endfor %}
Species Recordings
{{ taxon.scientific_name }} {{ count }}
No species identified yet.

Sessions

{% for s in detail.sessions %} {% else %} {% endfor %}
Date range Detector
{{ s.started_at.strftime('%Y-%m-%d %H:%M') }}–{{ s.ended_at.strftime('%H:%M') }} {{ s.detector_key | detector_label }}
No sessions yet.