{% load i18n %} {% load translations %} {% if similar %} {% for item in similar %} {% endfor %}
{% trans "Project" %}{% trans "Source" %}{% trans "Translation" %}{% trans "State" %}
{{ item.translation.subproject }} {{ item.source|fmttranslation }} {{ item.target|fmttranslation:item.translation.language }} {% if item.fuzzy %}{% else %}{% if item.translated %}{% endif %}{% endif %}
{% else %}

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

{% endif %}