{% extends "language_base.html" %} {% load i18n baseurl %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block body.id %}languageindex{% endblock body.id %} {% block bodyclass %}languageoverview{% endblock bodyclass %} {% block content %}

{{ language.stats }}

{% for item in projects %} {% include "language/item_summary.html" %} {% endfor %}
{{ statsheadings.name }} {{ statsheadings.progress }} {{ statsheadings.summary }} {{ statsheadings.totalwords }} {% trans 'Last Activity' %}
{{ item.lastactivity }}
{% endblock content %} {% block postcontent %}
{% include "translation_summary_legend.html" %}
{% include "top_contributers_table.html" %} {% endblock postcontent %}