{% extends "_collapsible_box.html" %} {% load i18n %} {% load l10n %} {% load widget_tweaks %} {% block collapsible_box_icon %} gauge {% endblock collapsible_box_icon %} {% block collapsible_box_title %} {% translate "Text understandability" %} {% endblock collapsible_box_title %} {% block collapsible_box_content %}
{% translate "Loading..." %}
{% render_field page_form.hix_ignore %}
{{ page_form.hix_ignore.help_text }}
{% if not request.user.expert_mode and page_form.instance.hix_ignore %}
{% translate "HIX value calulation is disabled for this page." %}
{% endif %}
{% translate "Easy words and short sentences can increase the text understandability." %}
{% translate "Find more information about this" %} {% translate "here" %}.
{% endblock collapsible_box_content %}