{% 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 breadcrumbs_content %} {% include "language/item_title.html" %} {% endblock %} {% 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 %} {% if upload %}

{{ upload.form.title }}

{{ upload.as_p }}
{% endif %} {% if update %}
{{ update.as_p }}
{% endif %} {% include "top_contributers_table.html" %} {% endblock postcontent %} {% block scripts_extra %} {{ block.super }} {% endblock %}