{% extends "project_base.html" %} {% load i18n baseurl %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {% blocktrans with block.super as prevtitle and project.name as projectname %}{{ prevtitle }} ยป {{ projectname }}{% endblocktrans %} {% endblock %} {% block body.id %}projectindex{% endblock body.id %} {% block bodyclass %}projectoverview{% endblock %} {% block breadcrumbs_content %} {{ project.name }} {% endblock breadcrumbs_content %} {% block content %}
{{ description|safe }}
{{ project.stats }}
{% for item in languages %} {% include "language/item_summary.html" %} {% endfor %}
{{ statsheadings.name }} {{ statsheadings.progress }} {{ statsheadings.summary }} {{ statsheadings.totalwords }}
{% endblock content %} {% block postcontent %}
{% include "translation_summary_legend.html" %}
{% include "top_contributers_table.html" %} {% endblock postcontent %}