Rank: {{ detail.taxon.rank }}
{% if detail.codes %}Codes: {{ detail.codes | join(", ") }}
{% endif %}Sites
| 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 -%}
| Time |
|---|
| {{ recording.recorded_at.strftime('%Y-%m-%d %H:%M') }} |
| No recordings yet. |