{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load static %} {% load translations %} {% block extra_meta %} {% endblock %} {% block breadcrumbs %}
{% trans "Source" %} | {% trans "Translation" %} | {% trans "State" %} | |
---|---|---|---|
{{ item.position }} | {{ item.source|fmttranslation }} | {{ item.target|fmttranslation:unit.translation.language }} | {% include "unit-state.html" %} |
{% trans "You can share comments about this translation with other translators." %}
{% trans "New comment" %} | {% if perms.trans.add_comment %} {% else %} {% trans "You are not allowed to add comments." %} {% endif %} |
---|
{% trans "You can share comments about source string for this translation with other translators and developers." %}
{% trans "New comment" %} | {% if perms.trans.add_comment %} {% else %} {% trans "You are not allowed to add comments." %} {% endif %} |
---|