{% load i18n %}

{% trans 'For further processing of the data, you can download the results table to your local machine. For this file several formats are available. Please choose a format for the download from the list below.' %}

{% trans 'Download table' %}

{% for download_format in settings.QUERY_DOWNLOAD_FORMATS %}

{{ download_format.help }}

{% endfor %}

{% trans 'Download files' %}

{% trans 'Your file is being created. Please wait...' %}

{% trans 'The download file could not be created.' %}