{% extends "projects/project_detail_childs.html" %} {% load i18n %} {% load statistics %} {% block extra_head %} {% include "translations/stats_table_filter_header.html" %} {% endblock %} {% block body_class %}{{ block.super }} release_detail{% endblock %} {% block title %}{{ block.super }} | {{ release.name }} | {{ language.name }}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% blocktrans with release.name as release_name %}Release '{{ release_name }}{% endblocktrans %}' » {{ language.name }}{% endblock %} {% block content_sec %} {% endblock %} {% block content_title %}

{{ release.name }}{{ language.name }}

{% endblock %} {% block content_main %} {% if pofile_list %}

{% trans "Project/Component statistics" %}

{% include "translations/stats_table_filter_box.html" %} {% lang_stats_table pofile_list %} {% url release_language_download release.project.slug release.slug language.code "zip" as zip_download_url %} {% url release_language_download release.project.slug release.slug language.code "targz" as targz_download_url %} {% if zip_download_url %}

Download

Receive all the translation files in a compressed archive. Get .zip Get .tar.gz {% endif %} {% endif %} {% if not pofile_list %} {% url contact_form as contact_form %}

{% blocktrans %}Transifex searched for projects containing translation files for this language and release, but couldn't find any. Try submitting such a file and check again.{% endblocktrans %}

{% blocktrans %}If you think this shouldn't happen, please let us know.{% endblocktrans %}

{% endif %} {% if untrans_comps %}

{% blocktrans %}Untranslated Components{% endblocktrans %}

{% blocktrans with release.name as release_name and language.name as language_name %}The following components will be included in {{ release_name }}, but there are no translations sent for {{language_name}} yet.{% endblocktrans %}

{% endif %} {% endblock %}