{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Languages" %}
  • {{ object }}
  • {% endblock %} {% block content %} {% whiteboard_messages language=object %}
    {% include "list-projects.html" %}
    {% include "last-changes-content.html" %} {% trans "Browse all language changes" %}
    {% include "activity-tab.html" %}
    {% if dicts %}
    {% for dict in dicts %} {{ dict }} {% endfor %}
    {% else %} {% show_message "info" _("There are no glossaries defined for this language.") %} {% endif %}
    {% endblock %}