{% endif %}
{% with project=object.project component=object %}
{% include "watch-dropdown.html" %}
{% endwith %}
{% include "snippets/list-objects.html" with skip_table_end=1 objects=translations name_template="snippets/list-language-name.html" label=_("Language") %}
{% if object.can_add_language %}
{% include "activity-tab.html" %}
{% if whiteboard_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 %}