{% extends "base.html" %} {% block title %}Translating — deepl-i18n{% endblock %} {% block content %}

Translating — {{ title }}

{% if engine == 'local' %}Your local model is translating.{% else %}DeepL is translating.{% endif %} You can leave this page — it keeps running, and the header shows the progress.

Starting… 0 / {{ total }}

Working…

{% endblock %}