{% extends "projects/project_detail_childs.html" %} {% load statistics %} {% load markup %} {% load i18n %} {% block extra_head %} {% endblock %} {% block body_class %}{{ block.super }} project_detail{% endblock %} {% block title %}{% with component.project as project %}{{ block.super }} | {{ component.name }}{% endwith %}{% endblock %} {% block breadcrumb %}{% with component.project as project %}{{ block.super }} » {{ component.name }}{% endwith %}{% endblock %} {% block body_main %}
{{ component.description }}
{% endif %} {% with component.long_description_html as long_desc %} {% if long_desc %}{% trans "Repository:" %} |
{{ component.unit.root }}
{% if component.unit.web_frontend %}({% trans "web" %}){% endif %}
![]() |
---|---|
{% trans "Branch:" %} | {{ component.unit.branch }} |
{% trans "File filter:" %} | {{ component.file_filter }} |
{% blocktrans count releases|length as counter %}Release:{% plural %}Releases:{% endblocktrans %} | {% for release in releases|slice:"0:6" %}{{ release }} {% endfor %} |
{% trans "Allows file submissions:" %} | {% if component.allows_submission %} {% else %} {% endif %} |
{% trans 'None available' %}
{% else %}