{% load i18n %} {% load translations %} {% if other %} {% for item in other %} {% endfor %}
{% trans "Project" %}{% trans "Source" %}{% trans "Translation" %}{% trans "State" %}
{{ item.translation.subproject }} {{ item.source|fmttranslation }} {{ item.target|fmttranslationdiff:unit }} {{ item.get_state_flags }} {% if perms.trans.save_translation %} {% trans "Use this translation" %} {% endif %}
{% else %}

{% trans "No other strings found." %}

{% endif %}