{% extends "main_base.html" %} {% load url from future %} {% load i18n baseurl notification_tags cleanhtml assets common_tags search %} {% get_current_language as LANGUAGE_CODE %} {% block extra_head %} {% endblock %} {% block body_id %}main-overview{% endblock %} {% block search %}{% render_search %}{% endblock %} {% block header_meta_block %}{% endblock %} {% block precontent %} {% if description or can_edit %}
{% if description %} {# The surrounding div tag is kept for convenience #}
{{ description|clean }}
{% else %}

{% trans "No description set." %}

{% endif %} {% if can_edit %} {% include "admin/edit_links.html" %} {% endif %}
{% endif %} {% if can_edit %} {% endif %} {% endblock precontent %} {% block content %}

{% trans "Languages" %}

{% display_table languages_table %} {% include "translation_summary_legend.html" %}

{% trans "Projects" %}

{% display_table projects_table %}
{% endblock content %} {% block postcontent %}

{% trans 'Latest News' %}

{% render_latest_news "" 5 %}
{% include "top_contributers_table.html" %} {% endblock postcontent %} {% block scripts_extra %} {% if user.is_superuser or request.permissions.administrate %} {% assets "js_admin" %} {% endassets %} {% endif %} {% endblock %}