{% load i18n %} {% load translations %}

{% trans "The component contains several duplicated translation strings." %}

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

{% for occurrence in occurrences %} {% endfor %}
{% trans "Language" %}{% trans "Source" %}
{{ occurrence.language }} {% if occurrence.unit %} {% format_translation occurrence.unit.source occurrence.unit.translation.component.source_language %} {% else %} {{ occurrence.source }} {% endif %}

{% trans "Please fix this by removing duplicated strings with same identifier from the translation files." %}

{% include "trans/alert/occurrences-limit.html" %}