{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Languages" %}
  • {{ object }}
  • {% endblock %} {% block content %} {% whiteboard_messages language=object %}
    {% include "list-projects.html" %}
    {% trans "Number of plurals" %} {{ object.nplurals }}
    {% trans "Plural type" %} {{ object.get_plural_type_display }}
    {% trans "Plural equation" %} {{ object.pluralequation }}
    {% trans "Text direction" %} {{ object.get_direction_display }}
    {% trans "Language code" %} {{ object.code }}
    {% 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 %}