{% extends browser_extends %} {% load assets cleanhtml i18n locale common_tags profile_tags %} {% get_current_language as LANGUAGE_CODE %} {% 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 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 %}