{% load i18n baseurl store_tags cleanhtml locale %} {% get_current_language as LANGUAGE_CODE %}
{{ form.source_f.errors }} {{ form.source_f }}
{{ form.developer_comment }}
{% if unit.translator_comment or unit.locations %} {% endif %}
{{ unit.target|fancy_highlight }}
{% if unit.getcontext %}
{{ unit.getcontext }}
{% endif %}
{% if unit.translator_comment %}
{{ unit.translator_comment }}
{% endif %} {% if unit.locations %}
{{ unit.locations }}
{% endif %}