{{ project.name }}
{{ project.description }}
{% for comp in project.component_set.all|slice:"0:4" %}{{ comp.name }} {% endfor %} {% if project.tags %}| {% trans "Tags:" %} {% for tag in project.tagsobj.all|slice:"0:6" %}{{ tag }} {% endfor %}{% endif %}