{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {{ project }}
  • {{ language }}
  • {% endblock %} {% block content %} {% announcements language=language project=project %}
    {% include "snippets/list-objects.html" with objects=translations name_source="component_name" label=_("Component") %} {% include "paginator.html" with page_obj=translations %}
    {% with object=project %} {% include "project_info.html" %} {% include "snippets/license_info.html" %} {% include "project_stats.html" with stats=language_stats %}
    {% endwith %}
    {% include "last-changes-content.html" %} {% trans "Browse all language changes" %}
    {% include "activity-tab.html" %}
    {% endblock %}