{% load i18n store_tags cleanhtml locale %} {% get_current_language as LANGUAGE_CODE %}
{% for i, source, title in unit|pluralize_source %}
{{ source|fancy_highlight }}
{% endfor %}
{% if show_comments %} {% if unit.getcontext %}
{{ unit.getcontext }}
{% endif %}
{% if unit.developer_comment %}
{{ unit.developer_comment|linebreaks }}
{% endif %} {% if unit.locations %}
{{ unit.locations }}
{% endif %}
{% endif %}
{% for i, target, title in unit|pluralize_target %}
{{ target|fancy_highlight }}
{% endfor %}
{% if show_comments and unit.translator_comment %}
{{ unit.translator_comment|linebreaks }}
{% endif %}