{% extends "language_base.html" %} {% load i18n baseurl cleanhtml assets common_tags search %} {% get_current_language as LANGUAGE_CODE %} {% block body_id %}languageoverview{% endblock %} {% block search %}{% render_search %}{% endblock %} {% block content %}

{{ language.summary }}

{% display_table table %} {% include "translation_summary_legend.html" %}
{% if language.description or can_edit %}

{% trans "Description" %}

{% if language.description %} {{ language.description }} {% else %}

{% trans "No description set." %}

{% endif %} {% if can_edit %} {% include "admin/edit_links.html" %} {% endif %}
{% if can_edit %} {% endif %}
{% endif %}
{% endblock content %} {% block postcontent %} {% include "top_contributers_table.html" %} {% endblock postcontent %} {% block scripts_extra %} {% if user.is_superuser or request.permissions.administrate %} {% assets "js_admin" %} {% endassets %} {% endif %} {% endblock %}