{% translate "This report shows a summary of your attempted machine translation. Please confirm if everything is correct" %}
{% translate "Language selection" %}
{{ source_language }}
{{ language }}
{% translate "Pages to be translated" %} (/)
{% if source_language.slug in textlab_languages %}
{% blocktranslate trimmed with hix_threshold=hix_threshold|floatformat:0 %}
None of the selected pages fullfills the required HIX score of {{ hix_threshold }}.
{% endblocktranslate %}
{% else %}
{% translate "None of the selected pages has a source translation." %}
{% endif %}
{% if source_language.slug in textlab_languages %}
{% blocktranslate trimmed with hix_threshold=hix_threshold|floatformat:0 %}
The HIX value is too low for pages. Please improve it to a value of at least {{ hix_threshold }} to enable machine translations for them. Currently, the following pages cannot be machine translated:
{% endblocktranslate %}
{% else %}
{% blocktranslate trimmed %}
There are currently page(s) that can't be translated. These pages can't be translated because they have no translation in the source language.
{% endblocktranslate %}
{% endif %}