{% extends "_collapsible_box.html" %} {% load i18n %} {% block collapsible_box_icon %} gauge {% endblock collapsible_box_icon %} {% block collapsible_box_title %} {% translate "Overview of the text understandability of the pages" %} {% endblock collapsible_box_title %} {% block collapsible_box_content %}

{% blocktranslate trimmed %} The list shows the pages with the lowest HIX value in ascending order. {% endblocktranslate %}

{{ ready_for_mt }}% {% translate " of all pages are ready for automatic translation." %}

{% for page_translation in worst_hix_translations %} {% include "analytics/_page_hix_row.html" %} {% endfor %}
{% translate "Page name" %} {% translate "HIX value" %}
{% translate "Show all pages" %}

{% blocktranslate trimmed with threshold=hix_threshold|floatformat:0 %} To be able to machine translate pages, the page must have a HIX score of at least {{ threshold }}. {% endblocktranslate %} {% translate "If the row is marked red, the HIX value of the corresponding page is not sufficient." %} {% translate "Pages with disabled HIX or no HIX-value are excluded." %}

{% endblock collapsible_box_content %}