{% load translations %} {% load i18n %} {% load static %} {% for item in unitdata %} {{ item.unit.position }} {% with item.unit as unit %} {% include "unit-context.html" %} {% endwith %} {% get_location_links item.unit %} {% trans "Edit" %} {% if not user.profile.hide_source_secondary or not item.secondary %} {% format_translation item.unit.source search_match=search_query num_plurals=unit.translation.language.nplurals %} {% endif %} {% if item.secondary %} {% for unit in item.secondary %}
{% format_translation unit.target unit.translation.language %}
{% endfor %} {% endif %}
{% csrf_token %} {{ item.form.checksum }} {{ item.form.target }} {{ item.form.fuzzy }}
{% endfor %} {% if last_section %} {% show_message 'info' _('You have reached end of translating.') %} {% endif %}