{% load i18n permissions %}
{% translate "The glossary contains languages not used by any regular component in this project." %}
{% translate "Remove the glossary language if it is no longer needed, or add matching translations to regular components if the glossary should be used." %}
{% translate "The following occurrences were found:" %}
| {% translate "Language" %} | {% translate "Language code" %} | |
|---|---|---|
| {{ occurrence.language }} | {{ occurrence.language_code }} | {% perm "translation.delete" occurrence.translation as user_can_delete_translation %} {% if user_can_delete_translation %} {% translate "Remove" %} {% endif %} |