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

{% trans "Weblate could not parse the translation files while updating the translations." %}

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

{% for occurrence in occurrences %} {% endfor %}
{% trans "Filename" %}{% trans "Error" %}
{{ occurrence.filename }}{{ occurrence.error }}
{% include "trans/alert/occurrences-limit.html" %}