{% load i18n %} {% load translations %} {% if similar %}
{% trans "Project" %} | {% trans "Source" %} | {% trans "Translation" %} | {% trans "State" %} |
---|---|---|---|
{{ item.translation.subproject }} | {{ item.source|fmttranslation }} | {{ item.target|fmttranslation:item.translation.language }} | {% include "unit-state.html" %} |
{% trans "No similar strings found." %}
{% endif %}