{% extends browser_extends %} {% load assets cleanhtml i18n locale translation_project_tags common_tags %} {% get_current_language as LANGUAGE_CODE %} {% block body_class %}{{ block.super }} js-not-loaded{% endblock %} {% block header_content_block %}
{% block header_content %}
{% include "browser/_progressbar.html" %}

{% trans "Translation Statistics" %}

{% for item in translation_states %} {% endfor %}
{{ item.title }} %
{% trans "Last updated" %}
{% trans "Last action" %}

{% trans "Failing Checks" %}

{% for item in check_categories %}

{{ item.title }}

{% for check in item.checks %} {% endfor %}
{% endfor %}
{% endblock %}
{% endblock %} {% block actions %} {% include 'browser/_actions.html' %} {% endblock %} {% block pre_content %} {% if announcement or action_groups or description or project.description or language.description or can_edit %} {% endif %} {% endblock %} {% block content %} {% if table %}
{% display_table table %}
{% endif %} {% if 'finished' in request.GET %}
{% trans "You have gone through all units, please review all statistics." %}
{% endif %} {% endblock content %} {% block scripts_extra %} {{ block.super }} {% if user.is_superuser or request.permissions.administrate %} {% assets "js_admin" %} {% endassets %} {% endif %} {% endblock %}