{% extends "tp_base_extended.html" %} {% load i18n baseurl %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {% blocktrans with block.super as prevtitle and title_path as filepath %}{{ prevtitle }} » Translate » {{ filepath }}{% endblocktrans %} {% endblock %} {% block body.id %}translatepage{% endblock body.id %} {% block bodyclass %}{% if checking_text %}tpreview{% else %}tptranslate{% endif %}{% endblock %} {% block extra_head %} {% endblock extra_head %} {% block breadcrumbs_content %} {% include "language/item_title.html" %} {% endblock %} {% block innernav %} {% endblock innernav %} {% block precontent %} {{ block.super }} {% if checking_text %}
{{ checking_text|safe }}
{% endif %} {% endblock precontent %} {% block content %}
{% if pagelinks %} {% endif %}
{% if notice %}
{{ notice }}
{% else %}
{{ search.search_form.as_hidden }} {{ search.advanced_search_form.as_hidden }} {% if canedit %} {% endif %} {% for item in items %} {% if canedit %} {% endif %} {% if item.editable %} {% if canedit %} {% endif %} {% endif %} {% endfor %}
{{ original_title }} {{ translation_title }}
{% if item.trans.editlink %}
{{ item.itemid }}
{% endif %}
{% for field in item.orig.pure %} {% endfor %} {% if not item.orig.isplural %}
{{ item.orig.text|safe }}
{% else %} {{ item.orig.singular_title }}
{{ item.orig.singular_text|safe }}
{{ item.orig.plural_title }}
{{ item.orig.plural_text|safe }}
{% endif %}
{% for altsrc in item.altsrcs %} {% if altsrc.available %}
{{ altsrc.title }}
{% if not altsrc.isplural %}
{{ altsrc.text|safe }}
{% else %} {% for form in altsrc.forms %} {% if form.title %} {{ form.title }}
{% endif %} {{ form.text|safe }} {% if form.title %}
{% endif %} {% endfor %} {% endif %}
{% endif %} {% endfor %} {% if item.editable and item.message_context %}
{{ item.message_context }}
{% endif %}
{% if item.editable %} {% if item.tm %} {% endif %} {% if not item.trans.isplural %} {% else %} {% for form in item.trans.forms %}
{{ form.title }}
{% endfor %} {% endif %} {% if item.hassuggestion %}
{{ item.trans.current_title }}
{% for form in item.trans.forms %}
{{ form.diff|safe }}
{% endfor %}
{% for sugg in item.trans.suggestions %}
{{ sugg.title }}
{% for form in sugg.forms %} {% if form.title %}
{{ form.title }}
{% endif %}
{{ form.diff|safe }}
{% endfor %} {% if canreview %} {% endif %}
{% endfor %}
{% endif %}
{% for button in item.trans.buttons.desired %} {% ifequal button 'translate' %} {% endifequal %} {% ifequal button 'suggest' %} {% endifequal %} {% ifequal button 'copy' %} {% endifequal %} {% ifequal button 'skip' %} {% endifequal %} {% ifequal button 'back' %} {% endifequal %} {% endfor %}
{% if cantranslate %}
{% else %}
{% endif %}
{% if item.trans.buttons.specialchars and canedit %}
{% for specialchar in item.trans.buttons.specialchars %} {% if not specialchar.isspace %} {{ specialchar }} {% else %} {% endif %} {% endfor %}
{% endif %} {% if canedit %} {% endif %} {% else %}
{% if not item.trans.isplural %}
{{ item.trans.text|safe }}
{% else %}
{% for form in item.trans.forms %} {{ form.title }}
{{ form.text|safe }}
{% endfor %}
{% endif %} {{ item.trans.suggtext }} {% if item.trans.suggestions %}
    {% for sugg in item.trans.suggestions %}
  • ({{ sugg.author }})
      {% for form in sugg.forms %}
    • {{ form.value }}
    • {% endfor %}
  • {% endfor %}
{% endif %}
{% endif %}
{% if item.developer_comments %}
{{ item.developer_comments|safe }}
{% endif %} {% if item.locations %}
{{ item.locations }}
{% endif %}
{{ translator_comments_title }}
{% endif %} {% if pagelinks %} {% endif %}
{% endblock content %} {% block scripts_extra %} {{ block.super }} {% endblock scripts_extra %}