{% 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 "records/player.html.twig" with { "filename": record.audio_file } only %} {% include "records/delete_button.html.twig" with { "filename": record.audio_file } only %} |
{{ "No records this day for this species" | trans }}
{% endif %}