{% load i18n %} {% load permissions %} {% perm 'project.edit' object as user_can_edit_project %}

{% trans "Version control or files to translate are configured on individual components:" %}

{% for component in object.component_set.order %} {{ component.name }} {% include "snippets/component-glossary-badge.html" with object=component %} {% endfor %}

{% if user_can_edit_project %}

{% trans "Add new translation component" %}

{% endif %}