{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {{ project }}
  • {{ language }}
  • {% endblock %} {% block content %} {% whiteboard_messages language=language project=project %}
    {% 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" %} {% if licenses %} {% endif %} {% include "project_stats.html" %}
    {% trans "Translation license" %} {{ licenses }}
    {% endwith %}
    {% include "last-changes-content.html" %} {% trans "Browse all language changes" %}
    {% include "activity-tab.html" %}
    {% endblock %}