{% extends "projects/project_menu.html" %}
{% load cache %}
{% load markup %}
{% load i18n %}
{% load truncate %}
{% load statistics_resources %}
{% load permissions %}
{% load txpermissions %}
{% block extra_head %}
{% endblock %}
{% block body_class %}{{ block.super }} release_detail{% endblock %}
{% block title %}{{ block.super }} | Release '{{ release.name }}'{% endblock %}
{% block breadcrumb %}{{ block.super }} » Release '{{ release.name }}'{% endblock %}
{% block content_sec %}
{% endblock %}
{% block header_menu %}{% endblock %}
{% block project_header %}
{{block.super}}
{{ release.description }}
{% endblock %} {% endif %} {% block content_main %}{% 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 "Resources:" %} | {% blocktrans %}This release has {{ resources_number }} resources.{% endblocktrans %} |
{% trans "Private Resources:" %} | {% blocktrans %}This release has {{ resources_number }} private resources you have access to.{% endblocktrans %} |
{% trans "Language" %} | {% trans "Completion" %} | {% trans "Last Translation" %} |
---|---|---|
{{ stat.object.name }} ({{ stat.object.code }}) {% if stat.object in source_languages %} {% trans "source language" %} {% endif %} | {% with 200 as barwidth %} {% stats_bar_simple stat barwidth %} {% endwith %} | {% with stat.last_update as last_update %} {% with stat.last_committer as last_committer %} {% if last_update %} {{ last_update|date:"M d, h:ia" }} {% if last_committer %} by {{ last_committer }} {% endif %} {% else %} {% trans "no translations yet" %} {% endif %} {% endwith %} {% endwith %} | {% endcache %}