{% 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 %}
{% progress_bar stats.total stats.fuzzy stats.translated %}
{% include 'core/_top_scorers_as_ul.html' %}

{% trans "Translation Statistics" %}

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

{% trans "Failing Checks" %}

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

{% trans "Updates" %}

{{ stats.lastupdated.at }} {{ stats.lastupdated.source }}

{% trans "Translations" %}

{{ stats.lastaction.msg }} {{ stats.lastaction.at }}
{% 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 %} {% if parent %}
{{ parent.title }}
{% endif %} {% if vfolders %}
{% display_table vfolders can_translate %}
{% endif %} {% if table %}
{% display_table table can_translate %}
{% endif %} {% endblock content %} {% block scripts_extra %} {{ block.super }} {% endblock %}