{% 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") %}
    {% with object=project %} {% include "project_info.html" %} {% include "snippets/license_info.html" %} {% include "snippets/stats.html" with stats=language_stats %}
    {% endwith %}
    {% include "last-changes-content.html" %} {% trans "Browse all language changes" %}
    {% url 'yearly_activity' lang=language.code project=project.slug as yearly_activity %} {% url 'monthly_activity' lang=language.code project=project.slug as monthly_activity %} {% include "activity-tab.html" %}
    {% endblock %}