{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% block breadcrumbs %}
{% trans "Language code" %} | {% if user_can_edit_language %} {% trans "Edit" %} {% endif %} {{ object.code }} | |
---|---|---|
{% trans "Text direction" %} | {{ object.get_direction_display }} | |
{% if user_can_edit_language %} {% trans "Edit" %} {% endif %} {% blocktrans with source_description=plural.get_source_display %}Plural: {{ source_description }}{% endblocktrans %} {% blocktrans count count=plural.translation_set.count %}{{ count }} translation{% plural %}{{ count }} translations{% endblocktrans %} | ||
{% trans "Number of plurals" %} | {{ plural.number }} | |
{% trans "Plural type" %} | {{ plural.get_type_display }} | |
{% trans "Plurals" %} | {% if plural.number > 1 %} {% for item in plural.list_plurals %} {% if item.index > 1 %}||
{{ item.name }} | {{ item.examples }} | {% endif %} |
{% trans "Plural formula" %} | {{ plural.formula }} |