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