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

{% trans "Weblate could not execute script addon." %}

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

{% for occurence in occurences %} {% if occurence.output %} {% endif %} {% endfor %}
{% trans "Command" %}{% trans "Error" %}
{{ occurence.command }}{{ occurence.error }}
{{ occurence.output }}