{{ collection.name }}
{{ collection.description }}
{% blocktrans count collection.releases.all|length as counter %}1 release{% plural %}{{ counter }} releases{% endblocktrans %}, {% blocktrans count collection.projects.all|length as counter %}1 project{% plural %}{{ counter }} projects{% endblocktrans %} {% if collection.tags %}| {% trans "Tags:" %} {% for tag in collection.tagsobj.all|slice:"0:6" %}{{ tag }} {% endfor %}{% endif %}