{% 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 "list-translations.html" %} {% with translations as page_obj %} {% include "paginator.html" %} {% endwith %}

    {% include "legend.html" %}

    {% include "last-changes-content.html" %} {% trans "Browse all language changes" %}
    {% include "activity-tab.html" %}
    {% endblock %}