{% load i18n %}

{% trans "The component contains several translation files mapped to single language in Weblate." %}

{% trans "The following occurences were found:" %}

{% for occurence in occurences %} {% endfor %}
{% trans "Language" %}{% trans "Language codes" %}
{{ occurence.language }}{{ occurence.codes }}

{% trans "Please fix this by removing one of the duplicated strings from the translation files." %}