{% extends "base.html" %} {% load i18n baseurl notification_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block extra_head %} {% endblock %} {% block body.id %}frontpage{% endblock body.id %} {% block precontent %}
{{ description|safe }}
{% endblock precontent %} {% block content %}

{{ languagelink }}

{% for item in languages %} {% ifnotequal item.total 0 %} {% endifnotequal %} {% endfor %}
{% trans 'Language' %} {% trans 'Overall Completion' %} {% trans 'Last Activity' %}
{{ item.name }}
{{ item.transper }}
{% if item.fuzzy %}
{% endif %} {% if item.untrans %}
{% endif %}
{{ item.lastactivity }}

{{ projectlink }}

{% for item in projects %} {% endfor %}
{% trans 'Project' %} {% trans 'Overall Completion' %} {% trans 'Last Activity' %}
{{ item.name }}
{{ item.transper }}
{% if item.fuzzy %}
{% endif %} {% if item.untrans %}
{% endif %}
{{ item.lastactivity }}
{% endblock content %} {% block postcontent %}

{% trans 'Latest News' %}

{% render_latest_news "" 5 %}
{% include "translation_summary_legend.html" %}
{% include "top_contributers_table.html" %} {% endblock postcontent %}