{% include "_theme_init.html" %}
{% include "_favicon.html" %}
Fledermap — {{ label }}
{% include "_nav.html" %}
{% 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
| Species |
Recordings |
{% for taxon, count in detail.species_counts %}
| {{ taxon.scientific_name }} |
{{ count }} |
{% else %}
| No species identified yet. |
{% endfor %}
Sessions