{{ comp.name }} {% if perms.projects.change_component or is_maintainer %} {% trans "edit" %} {% endif %} {% if perms.projects.delete_component or is_maintainer %} , {% trans "del" %} {% endif %}
{{ comp.description|truncatewords:"10" }}
{% load i18n %} {% load txcommontags %} {% load permissions %} {% get_permission "project_perm.maintain" for request.user and project as "is_maintainer" %}
{{ comp.name }} {% if perms.projects.change_component or is_maintainer %} {% trans "edit" %} {% endif %} {% if perms.projects.delete_component or is_maintainer %} , {% trans "del" %} {% endif %}
{{ comp.description|truncatewords:"10" }}
More components: {% for comp in components|slice:"6:" %} {{ comp.name }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% else %}{% trans "No components are registered for this project yet." %} {% if perms.projects.add_component or is_maintainer %} {% trans "Add one!" %} {% endif %}
{% endif %} {% endwith %}
{% blocktrans %}Components are smaller, self-contained parts of a larger project which consist of actual files.
Examples of components of a software project could be "UI" and "Docs" or development branches like HEAD
.{% endblocktrans %}