{% set title = detail.taxon.scientific_name %} {% set actions = [{"label": "Statistics", "href": "/statistics/species/" ~ detail.taxon.id}] %} {% set subtitle %} {%- if detail.taxon.common_name_en %}EN: {{ detail.taxon.common_name_en }}{% endif -%} {%- if detail.taxon.common_name_en and detail.taxon.common_name_de %} — {% endif -%} {%- if detail.taxon.common_name_de %}DE: {{ detail.taxon.common_name_de }}{% endif -%} {% endset %} {% include "_entity_header.html" %}

Rank: {{ detail.taxon.rank }}

{% if detail.codes %}

Codes: {{ detail.codes | join(", ") }}

{% endif %}

Sites

{% for site, count in detail.sites %} {% else %} {% endfor %}
Site Recordings
{{ site.name or "Site #" ~ site.id }} {{ count }}
No sites recorded yet.

Recent recordings {%- if detail.recent_recordings | length >= recent_recordings_limit %} (showing the most recent {{ recent_recordings_limit }}) {%- endif -%}

{% for recording in detail.recent_recordings %} {% else %} {% endfor %}
Time
{{ recording.recorded_at.strftime('%Y-%m-%d %H:%M') }}
No recordings yet.