{% load i18n %} {% load translations %} {% if dictionary %}
{% trans "Source" %} | {% trans "Translation" %} | |
---|---|---|
{{ item.source }} | {{ item.target }} | {% if perms.trans.save_translation %} {% trans "Copy" %} {% endif %} |
{% trans "No related strings found in dictionary." %}
{% endif %}