{% load i18n %} {% load translations %} {% if other %}
{% trans "Project" %} | {% trans "Source" %} | {% trans "Translation" %} | {% trans "State" %} | |
---|---|---|---|---|
{{ item.translation.subproject }} | {{ item.source|fmttranslation }} | {{ item.target|fmttranslationdiff:unit }} | {% if item.fuzzy %}{% else %}{% if item.translated %}{% endif %}{% endif %} | {% if perms.trans.save_translation %} {% trans "Use this translation" %} {% endif %} |
{% trans "No other strings found." %}
{% endif %}