{% if job.is_finished %} {% if job.result.error %}

{% trans %}Something went wrong{% endtrans %}

{{job.result.message}}

{% else %} {% for file_url in job.result.results %}

{{ file_url | basename | splitpart(0, '?') }}

{% trans %}Download{% endtrans %}
{% endfor %} {% endif %} {% else %}

{% trans %}Your files are being processed, please wait{% endtrans %}

{% trans %}Waiting to intiate a process{% endtrans %}

{% endif %}

Blogs & Articles

{% include "shared/top-blogs.html" %}

Dictionary & File Formats

{% include "shared/top-formats.html" %}