{% extends browser_extends %} {% load core assets cleanhtml i18n locale common_tags profile_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block header_content_block %}
{% block header_content %}
{% include "browser/_progressbar.html" %}
{% include 'core/_top_scorers_as_ul.html' %}

{% trans "Translation Statistics" %}

{% for item in translation_states %} {% endfor %}
{{ item.title }} {% if can_translate_stats %} {% else %} {% endif %} %

{% trans "Failing Checks" %}

{% for check in checks %} {% if can_translate_stats %} {% else %} {% endif %} {% endfor %}
{{ check.title }} 0{{ check.title }} 0
{% if top_scorers %}

{% trans "Top Contributors for the Last 30 Days" %}

{% include 'core/_top_scorers_as_table.html' %}
{% endif %}

{% trans "Updates" %}

{% trans "Translations" %}

{% endblock %}
{% endblock %} {% block actions %} {% include 'browser/_actions.html' %} {% endblock %} {% block pre_content %} {% if has_sidebar %} {% endif %}
{% if user.is_superuser %} {% blocktrans trimmed with docs_url="server/rq.html"|docs_url %} Stats are out of date. See documentation for dealing with stats issues. {% endblocktrans %} {% else %} {% trans "The stats on this page may be out of date." %} {% endif %} {% trans "Refresh now" %} ×
{% endblock %} {% block content %} {% if project and project.disabled %}
{% trans "This project is disabled and visible to administrators only." %}
{% endif %} {% if parent %}
{{ parent.title }}
{% endif %} {% if vfolders %}
{% display_table vfolders %}
{% endif %} {% if table %}
{% display_table table %}
{% endif %} {% endblock content %} {% block scripts_extra %} {{ block.super }} {% endblock %}