{% endif %}
{% with project=object %}
{% include "watch-dropdown.html" %}
{% endwith %}
{% include "snippets/list-objects.html" with objects=components name_template="snippets/list-object-only-name.html" label=_("Component") skip_table_end=True %}
{% if user_can_edit_project %}
{% endif %}
{% with components as page_obj %}
{% include "paginator.html" %}
{% endwith %}
{% include "project_info.html" %}
{% if licenses %}
{% trans "Translation license" %}
{{ licenses }}
{% endif %}
{% include "project_stats.html" %}
{% include "snippets/list-objects.html" with objects=language_stats name_template="snippets/list-language-stats.html" label=_("Language") project=object global_base=object.stats %}