{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {{ project }}
  • {{ language }}
  • {% endblock %} {% block content %} {% whiteboard_messages language=language project=project %}
    {% include "list-translations.html" %}
    {% include "last-changes-content.html" %} {% trans "Browse all language changes" %}
    {% include "activity-tab.html" %}
    {% endblock %}