{% load i18n %} {% load translations %} {% if item.allow_merge %} {% endif %} {% if item.pk == unit.pk %} {% trans "This translation" %} {% endif %} {% if item.is_propagated %} {% trans "Propagated" %} {% endif %} {% if item.translation.component.locked %} {% trans "Locked" %} {% endif %} {% needs_agreement item.translation.component as needs_agreement %} {% if needs_agreement %} {% trans "Contributor license agreement" %} {% endif %} {{ item.get_state_display }} {{ item.translation.component }} {% format_source_string item.context item wrap=True simple=True %} {% format_unit_source item wrap=True simple=True %} {% if item.differently_translated %} {% format_unit_target item diff=unit.target simple=True %} {% endif %}