{% 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 %}
.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 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 %}