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

{{ "Records" }}

{% set endpoint = "records" %} {% include "utils/calendar.html.twig" %} {% if records is defined and records | length > 0 %} {% endif %} {% endblock %}