{% load i18n %} {% load translations %} {% if item.translation.subproject == unit.translation.subproject %} {% trans "This translation" %} {% endif %} {% get_state_badge item %} {{ item.translation.subproject }} {% format_translation item.target item.translation.language item.translation.plural %} {% if user_can_translate and item.translated %} {% trans "Use this translation" %} {% endif %} {% if item.translated and item.translation.subproject != unit.translation.subproject and item.target != unit.target %}

{% trans "Change compared to this translation:" %}

{% format_translation item.target item.translation.language item.translation.plural unit.target %} {% endif %}