{% load translations %} {% load i18n %} {% load static %} {% load url from future %} {% for item in unitdata %} {{ item.unit.position }} {% get_location_links item.unit %} {% if item.unit.context %} {% format_translation item.unit.context search_match=search_query %} {% endif %} {% trans "Edit" %} {% format_translation item.unit.source search_match=search_query %}
{% 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 %}