{% load i18n wagtailadmin_tags %} {% block result_template %} {% endblock %} {% block content %}
{% block metrics_section %}

{% trans 'Content metrics' %}

{% block metrics %}

{% trans 'Words' %}

-

{% trans 'Reading time' %}

-

{% trans 'Readability' %}

-

{% endblock %}
{% fragment as toggle_text %}{% icon name="help" classname="w-w-4 w-h-4 w-mr-1" %} {% trans 'This data explained' %}{% endfragment %} {% trans 'Content metrics' as explainer_title %} {% trans 'How we calculate our metrics' as explainer_subtitle %} {% dialog_toggle classname='w-bg-transparent w-text-14 w-p-0 w-text-text-link-default hover:w-text-text-link-hover w-inline-flex w-justify-center w-transition' dialog_id="metrics-explainer-dialog" text=toggle_text %} {% dialog icon_name="help" id="metrics-explainer-dialog" title=explainer_title subtitle=explainer_subtitle %} {% block metrics_explainer %}

{% trans 'Words' %}

{% trans 'We extract the main content from the page preview, remove all formatting, and calculate the number of words.' %}

{% trans 'Reading time' %}

{% trans 'We calculate reading time from word count, using different reading speeds for different languages.' %}

{% trans 'Readability' %}

{% trans 'We use a readability formula based on length of words and sentences. Long sentences and words result in a worse readability score.' %}


{% help_block status="info" %} {% fragment as guide_link %}https://guide.wagtail.org/content-checks/{% endfragment %} {% blocktrans trimmed %} See our content checks guide for more information on how content metrics are calculated. {% endblocktrans %} {% endhelp_block %} {% endblock %} {% enddialog %}
{% endblock %} {% block issues_section %}

{% trans 'Issues found' %}0

{% block issues %}
{% endblock %}
{% endblock %}
{% endblock %} {% block axe_config %} {{ axe_configuration|json_script:"accessibility-axe-configuration" }} {% endblock %}