{% include "snippets/list-objects.html" with objects=translations name_source="language" label=_("Language") is_glossary=object.is_glossary %}
{% if user_can_add_translation %}
{% trans "Start new translation" %}
{% else %}
{% endif %}
{% if user.is_authenticated %}
{% for alert in alerts %}
{% if alert.obj.doc_page %}
{% documentation_icon alert.obj.doc_page alert.obj.doc_anchor right=True %}
{% endif %}
{{ alert }}
{% if alert.dismissed %}
{% trans "dismissed" %}
{% endif %}
{% render_alert alert %}
{% endfor %}
{% else %}
{% trans "Please sign in to see the alerts." as msg %}
{% show_message "error" msg %}
{% endif %}
{% include "snippets/info.html" with project=object.project component=object stats=object.stats metrics=object|metrics show_source=True %}
{% endif %}
{% if delete_form %}
{% include "trans/delete-form.html" %}
{% endif %}
{% if rename_form %}
{% endif %}
{% if user_can_see_repository_status %}
{% trans "Loading…" %}
{% endif %}
{% if user.is_authenticated %}
{% if not user_can_view_reports %}
{% trans "You don't have permission to view reports for all users, only your contributions will be listed." as msg %}
{% show_message "warning" msg %}
{% endif %}