{% load core i18n common_tags store_tags cleanhtml locale fs_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %}
{% if priority %} {% endif %} {% if unit.getcontext and unit.locations != unit.context %} {% endif %} {% if unit.locations %} {% endif %} {% if terms %} {% endif %} {% if unit.developer_comment %} {% endif %} {% if project.screenshot_search_prefix %} {% endif %}
{% include 'editor/units/xhr_checks.html' %}
{% for altunit_id, altunit in altsrcs.items %}
{{ altunit.language_name }}
{% if cansuggest or cantranslate %}
{% endif %}
{% endfor %}
{{ source_language.name }}
{% if cansuggest or cantranslate %} {% endif %}
{% if cantranslate %} {% endif %} {% if cansuggest %} {% endif %} {% if cansuggest and cantranslate %} {% endif %}
{{ form.is_fuzzy }} {{ form.is_fuzzy|label_tag:'' }}
{% if unit.istranslated or unit.isfuzzy %} {% if unit.change.submitted_by %} {% endif %} {% endif %} {% block target_field %}
{% trans "Showing match from similar translations" %}
{% endblock %}
{% block translator_comment_edit_trigger %} {% if cantranslate %}{% endif %} {% endblock %}
{% if unit.istranslated or unit.isfuzzy %} {% if unit.change.submitted_by and unit.change.submitted_on %}
{% with reviewer=accepted_suggestion.reviewer %} {% if reviewer %}
({% blocktrans with profile_url=reviewer.get_absolute_url %}reviewed by {{ reviewer }}{% endblocktrans %}) {% endif %} {% endwith %}
{% endif %} {% endif %} {% if special_characters %} {% if cantranslate or cansuggest %}
{% for specialchar in special_characters %} {% if specialchar.display.isspace %} {% else %}{{ specialchar.display }}{% endif %} {% endfor %}
{% endif %} {% endif %}
{% block translator_comment_form_wrapper %} {% if cantranslate %}
{% block translator_comment_form %} {{ comment_form.translator_comment }} {% endblock %}
{% endif %} {% endblock %}
{% block translator_comment %} {% if unit.translator_comment %}
{% include "editor/units/xhr_comment.html" %}
{% endif %} {% endblock %} {% if suggestions %}
{% trans 'User suggestions' %}
{% for sugg in suggestions %}
{% if sugg.user %} {% endif %}
{% if canreview %} {% elif user.is_authenticated and user == sugg.user %} {% endif %}
{% block suggestion_comment %}{% endblock %} {% if sugg.creation_time %} {% else %} {% endif%}
{% endfor %}
{% endif %}