{% 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 }} |
{{ "No records this day for this species" | trans }}
{% endif %}