{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load permissions %} {% block breadcrumbs %}
{% trans "Source" %} | {% trans "Translation" %} | {% trans "Glossary" %} | |
---|---|---|---|
{% format_translation word.source word.glossary.source_language simple=True %} | {% format_translation word.target language simple=True %} | {% include "snippets/glossary-badge.html" with glossary=word.glossary %} | {% if user_can_change_glossary %} {% endif %} {% if user_can_delete_glossary %} {% endif %} |
{% trans "No words found!" %}
{% endif %}