{% extends "txcollections/base_childs.html" %} {% load i18n %} {% load txcommontags %} {% load markup %} {% load statistics %} {% block body_class %}{{ block.super }} release_detail{% endblock %} {% block title %}{{ block.super }} | {{ release.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumb %}{{ block.super }} » {{ release.name }}{% endblock %} {% block content_sec %} {% endblock %} {% block content_main %}

{{ collection.name }} » {{ release }}

{% if release.description %}

{{ release.description }}

{% endif %} {% with release.long_description_html as long_desc %} {% if long_desc %}
{{ long_desc|truncatewords:"100"|safe }}
{% endif %} {% endwith %} {% if request.user.is_authenticated and perms.txcollections.change_collectionrelease %} {% endif %}
{% if release.homepage or release.release_date %}

{% blocktrans %}Details{% endblocktrans %}

{% endif %}
{% trans "Homepage:" %} {{ release.homepage }}
{% trans "Release date:" %} {{ release.release_date|date:"D d M Y" }}
{% trans "String freeze:" %} {{ release.stringfreeze_date|date:"D d M Y" }}
{% trans "Devel freeze:" %} {{ release.develfreeze_date|date:"D d M Y" }}

{% trans "Translation statistics" %}

{% include "translations/stats_table_filter_box.html" %} {% release_stats_table pofile_list collection release %} {% if not pofile_list %}

{% trans "No translations added for this release. :-(" %}

{% endif %}
{% endblock %}{# body_main #} {% block content_footer %} {% endblock %}