{% extends "base.html.twig" %} {% block content %}

{{ "Today's Detected Species" | trans }}

{# Display a list of records if any, else, print message #} {% if results[0] is defined and results[0] | length > 0 %} {% endif %} {% endblock %}