{{ _('FTP Diagnostic Files') }}

{{ _('Download or delete diagnostic files from the FTP staging area.') }}

{{ _('Back to dashboard') }}

{{ _('Available files') }}

{{ _('All files are loaded from the configured FTP directory.') }}

{{ files|length }} {{ _('file') if files|length == 1 else _('files') }}
{% if files %}
{% for f in files %} {% endfor %}
{{ _('Filename') }} {{ _('Actions') }}
{{ f }}
{{ _('Download') }}
{% else %}

{{ _('No diagnostic files are currently available.') }}

{% endif %}