{% extends "txcollections/base.html" %} {% load i18n %} {% load txcommontags %} {% load markup %} {% load statistics %} {% block body_class %}{{ block.super }} collection_detail{% endblock %} {% block title %}{{ block.super }} | {{ collection.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumb %}{{ block.super }} » {{ collection.name }}{% endblock %} {% block content_main %}
{{ collection.description }}
{% endif %} {% if request.user.is_authenticated and perms.txcollections.change_collection %} {% endif %} {% with collection.long_description_html as long_desc %} {% if long_desc %}{% trans "Homepage:" %} | {{ collection.homepage }} |
---|---|
{% trans "Tags:" %} | {% for tag in collection.tagsobj.all|slice:"0:6" %}{{ tag }} {% endfor %} |
{% 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 %} {% endif %} {% endwith %}{% blocktrans %}Projects currently registered to belong in this collection:{% endblocktrans %}
{% blocktrans %}No projects are registered for this collection yet. Find projects and add them to this collection.{% endblocktrans %}
{% endif %} {% endwith %}