{% 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 %}
{% url 'yearly_activity' project=object.project.slug component=object.slug as yearly_activity %}
{% url 'monthly_activity' project=object.project.slug component=object.slug as monthly_activity %}
{% include "activity-tab.html" %}
{% if announcement_form %}
{% 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 %}