{% extends browser_extends %} {% load core assets i18n locale common_tags profile_tags fs_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block header_content_block %} {% if not templates_context %}
{% 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_display }} {% else %} {{ item.count_display }} {% endif %} {{ item.percent_display }}
{% if checks %}

{% trans "Failing Checks" %}

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

{% trans "Updates" %}

{% if has_admin_access and stats.last_created_unit %}
{{ stats.last_created_unit.creation_time|time_since }} {{ stats.last_created_unit.unit_source }}
{% endif %} {% if project %} {% upstream_link project %} {% endif %}
{% if stats.last_submission %}

{% trans "Translations" %}

{% avatar stats.last_submission.username stats.last_submission.email 20 %}
{% endif %}
{% endblock %}
{% endif %} {% 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 %} {% for panel in panels %} {{ panel }} {% endfor %} {% endblock content %} {% block scripts_extra %} {{ block.super }} {% endblock %}