{% extends "tp_base_extended.html" %} {% load i18n baseurl %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block body.id %}fileindex{% endblock body.id %} {% block bodyclass %}tpoverview{% endblock bodyclass %} {% block content %} {% if children %}
{% for item in children %} {% include "language/item_summary.html" %} {% endfor %}
{{ stats_headings.name }} {{ stats_headings.progress }} {{ stats_headings.summary }} {{ stats_headings.totalwords }}
{% endif %} {% endblock content %} {% block postcontent %} {% include "translation_project/fileop_forms.html" %} {% include "top_contributers_table.html" %} {% endblock postcontent %} {% block scripts_extra %} {{ block.super }} {% if upload %} {% endif %} {% endblock %}