{% load i18n %} {% load translations %} {% load url from future %} {% if dictionary %} {% for item in dictionary %} {% endfor %}
{% trans "Source" %} {% trans "Translation" %}
{{ item.source }} {{ item.target }} {% if perms.trans.save_translation %} {% trans "Copy" %} {% endif %}
{% else %}

{% trans "No related strings found in dictionary." %}

{% endif %}

{% trans "Manage glossary" %}