{% extends "jazzmin_translate/base.html" %} {% load static rosetta i18n jazzmin %} {% block pagetitle %} {{ block.super }} - {{ rosetta_settings.MESSAGES_SOURCE_LANGUAGE_NAME }} - {{ rosetta_i18n_lang_name }} ({{ rosetta_i18n_pofile.percent_translated }}%) {% endblock %} {% block breadcrumbs %} {% endblock %} {% comment %} {% blocktrans with rosetta_i18n_pofile.percent_translated as percent_translated %}Progress: {{ percent_translated }}%{% endblocktrans %} {% if not rosetta_i18n_write %}

{% trans "File is read-only: download the file when done editing!" %}

{% endif %} {% if messages %}
{% for message in messages %}

{{ message|linebreaks }}

{% endfor %}
{% endif %} {% endcomment %} {% block bodyclass %}{{ block.super }} change-list{% endblock %} {% block content_title %}{{ rosetta_i18n_lang_name }}{% endblock %} {% block object-tools %}
{% endblock %} {% block content %} {% block search %}
{% endblock search %}
{% comment %} PROGRESS BAR {% endcomment %} {% blocktrans with rosetta_i18n_pofile.percent_translated as percent_translated %}Progress: {{ percent_translated }}%
{% endblocktrans %}
{% csrf_token %}
{% if cl.formset and cl.formset.errors %} {{ cl.formset.non_form_errors }} {% endif %}
{% if cl.formset %}
{{ cl.formset.management_form }}
{% endif %} {% block result_list %}
{% if rosetta_settings.ENABLE_REFLANG %}
{% endif %}
{% csrf_token %}
{% if main_language %}{% endif %} {% if rosetta_settings.SHOW_OCCURRENCES %} {% endif %} {% for message in rosetta_messages %} {% if message.msgid_plural %} {% else %} {% if main_language %}{% endif %} {% endif %} {% if rosetta_settings.SHOW_OCCURRENCES %} {% endif %} {% endfor %}
{% trans "Original" %}
{{ main_language }}{{ rosetta_i18n_lang_name }} {% trans "Fuzzy" %} {% trans "Occurrences(s)" %}
{{ message.msgid|format_message|linebreaksbr }} {{ message.msgid_plural|format_message|linebreaksbr }}
{% for k, msgstr in message.msgstr_plural.items %} {% endfor %} {% if rosetta_settings.ENABLE_REFLANG %} {{ message.ref_txt|format_message|linebreaksbr }} {% else %} {{ message.msgid|format_message|linebreaksbr }} {% endif %} {{ message.main_lang|format_message|linebreaksbr }} {% if rosetta_settings.ENABLE_TRANSLATION_SUGGESTIONS %} {% trans "suggest" %} {% endif %} {% for fn,lineno in message.occurrences %} {{ fn }} {% if lineno %}:{{ lineno }}{% endif %} {% endfor %} {% if message.occurrences|length|gt:"3" %} … ({% blocktrans count message.occurrences|length|minus:"3" as more_count %}{{ more_count }} more{% plural %}{{ more_count }} more{% endblocktrans %}) {% endif %} {% if message.msgctxt or message.comment %} {% trans "Context hint" %}: {% if message.msgctxt %}{{ message.msgctxt|safe }}{% endif %} {% if message.msgctxt and message.comment %}
{% endif %} {% if message.comment %}{{ message.comment|safe }}{% endif %}
{% endif %}
{% if rosetta_settings.ENABLE_REFLANG %}
{% endif %}
{% endblock %}
{% with paginator.object_list|length as hits %} {% blocktrans count rosetta_i18n_pofile|length as message_number %} {{hits}}/{{message_number}} message{% plural %}{{hits}}/{{message_number}} messages{% endblocktrans %} {% endwith %} {% if show_all_url %}    {% trans 'Show all' %} {% endif %} {% comment %} {% if cl.formset and cl.result_count %} {% endcomment %} {% comment %} {% endif %} {% endcomment %}
    {% if needs_pagination %} {% for i in page_range %} {% if i == '...' %} {{ i }} {% else %} {% if i == page %}
  • {{i}}
  • {% comment %} {{i}} {% endcomment %} {% else %}
  • {{i}}
  • {% endif %} {% endif %} {% endfor %} {% endif %}

{% endblock %} {% if query %}{% endif %}