{% load i18n %} {% load translations %} {% for item in glossary %} {{ item.source }} {% format_translation item.target unit.translation.language unit.translation.plural simple=True %} {% include "snippets/glossary-badge.html" with glossary=item.glossary %} {% empty %} {% trans "No related strings found in the glossary." %} {% endfor %}