{% with project=project %}
{% include "watch-dropdown.html" %}
{% endwith %}
{% include "snippets/list-objects.html" with objects=translations name_source="component_name" label=_("Component") global_base=project.stats %}
{% with translations as page_obj %}
{% include "paginator.html" %}
{% endwith %}
{% with object=project %}
{% include "project_info.html" %}
{% include "snippets/license_info.html" %}
{% include "project_stats.html" with stats=language_stats %}