{% load i18n %} {% load permissions %} {% load translations %} {% perm 'unit.edit' unit as user_can_translate %} {% perm 'suggestion.add' unit.translation as user_can_suggest %} {% for item in glossary %} {{ item.source }} {% format_translation item.target unit.translation.language unit.translation.plural simple=True %} {% empty %} {% trans "No related strings found in the glossary." %} {% endfor %}