{% extends "base.html" %} {% load i18n %} {% block breadcums %}
  • {{ unit.translation.subproject.project }}
  • {{ unit.translation.subproject.name }}
  • {{ unit.translation.language.name }}
  • {% endblock %} {% block content %} {% include "translation_info.html" %}

    {% trans "Translate" %}

    {% blocktrans with unit.position as position %}Showing string {{ position }} out of {{ total }}.{% endblocktrans %}

    {% csrf_token %} {% if unit.is_plural %} {% else %} {% endif %}
    {% trans "Source" %}{% trans "Translation" %}
    {{ unit.source }} {{ form.checksum }} {{ form.target }}
    {{ form.fuzzy }}
    {% trans "Location" %}
    {{ unit.get_location_links }}
    {% trans "Flags" %}
    {{ unit.flags }}
    {% trans "Previous" %} {% trans "Next" %} {% if user.is_authenticated %} {% else %} {% blocktrans %}Login for saving translations.{% endblocktrans %} {% endif %}
    {% endblock %}