{% 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.target }}
{{ unit.location }}
{% trans "Skip" %}
{% endblock %}