{% extends "base.html.twig" %} {% block content %} {% if results is defined and results | length > 0 %} {% set taxon = results.taxon %}
{{ "Filename" | trans }} | {{ "Time" | trans }} | {{ "Confidence" | trans }} | {{ "Audio" | trans }} |
---|---|---|---|
{{ record.audio_file }} | {{ record.date | date("H:m") }} | {{ record.confidence }} | {% include "utils/player.html.twig" with { "file": record.audio_file } only %} |
{{ "No records this day for this species" | trans }}
{% endif %}