{% extends "project_base.html" %} {% load i18n baseurl cleanhtml %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {{ block.super }} ยป {{ project.name }} {% endblock %} {% block body.id %}projectindex{% endblock body.id %} {% block bodyclass %}projectoverview{% endblock %} {% block breadcrumbs_content %} {{ project.name }} {% endblock breadcrumbs_content %} {% block content %}
{{ description|safe|linebreaks|clean }}
{{ project.stats }}
{% for item in languages %} {% 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 %} {% block scripts_extra %} {% endblock %}