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

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

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

{% for occurence in occurences %} {% endfor %}
{% trans "Filename" %}{% trans "Error" %}
{{ occurence.filename }}{{ occurence.error }}