{% extends "languages/base.html" %} {% load i18n %} {% load txcommontags %} {% load statistics %} {% block body_class %}{{ block.super }} language_detail{% endblock %} {% block title %}{{ block.super }} | {{ language }}{% endblock %} {% block breadcrumb %}{{ block.super }} » {{ language.name }}{% endblock %} {% block content_title %}
{% blocktrans %}The {{ collection }} collection includes the following groups of shipped components:{% endblocktrans %}
{{ release.name }} {% if release.description %}– {{ release.description }}{% endif %}
{% blocktrans %}No releases are registered for this collection yet. Why don't you add one?{% endblocktrans %}
{% endif %} {% endwith %} {% endfor %} {% endblock %}