{% extends "base.html" %} {% block content %} ← Back to the dashboard

Check — {{ title }}

Missing keys and placeholder integrity are checked against the master file. No API calls.

{% if not issues %}
No problems found
All target files are complete and their placeholders are intact.
{% else %}
!
{{ issues|length }} problem(s) found
Details below. deepl-i18n check {{ title }} reports the same, with a non-zero exit code.
{% for i in issues %}
{{ i }}
{% endfor %} {% endif %} {% endblock %}