{% 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 %} {% endblock %} {% block content %} {% if project and project.disabled %}
{% trans "This project is disabled and visible to administrators only." %}
{% endif %}
{% blocktrans trimmed %} Some data on this page is currently being calculated, and the page will be refreshed automatically in 30 seconds. {% endblocktrans %} {% trans "Refresh now" %}
{% 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 %}