{% extends "base.html" %} {% load i18n %} {% 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 %} {% endif %}
{% endblock %}