{% if sessions %}
{% for session_data in sessions %} {% set session = session_data.session %} {% set unit = session_data.unit %} {% set location = session_data.location %} {% set files = session_data.files %} {% if files %}
{{ session.started_at|local_datetime if session.started_at else 'Unknown Date' }}
{% if unit %}{{ unit.id }}{% else %}Unknown Unit{% endif %} {% if location %} @ {{ location.name }}{% endif %} {{ files|length }} file{{ 's' if files|length != 1 else '' }}
{{ session.status or 'unknown' }}
{% endif %} {% endfor %}
{% else %}

No files downloaded yet

Use the FTP browser above to download files from your sound level meters

{% endif %}