{% extends "base.html" %} {% load i18n %} {% load static %} {% load translations %} {% load crispy_forms_tags %} {% load permissions %} {% block extra_meta %} {% endblock %} {% block breadcrumbs %}
{% trans "Source" %} | {% trans "Translation" %} | {% trans "State" %} | |
---|---|---|---|
{{ item.position }} | {% format_translation item.source unit.translation.subproject.project.source_language %} | {% format_translation item.target unit.translation.language %} | {% get_state_flags item %} |
{% trans "Component" %} | {% trans "Translation" %} | |
---|---|---|
{% 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 %} | {% if user_can_translate and item.translated %} {% trans "Use this translation" %} {% endif %} |
{% trans "Change compared to this translation:" %} {% format_translation item.target item.translation.language unit.target %} |
{% trans "Loading…" %}
{% trans "Translation" %} | {% trans "Source" %} | {% trans "Service" %} | |
---|---|---|---|