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

{% trans "Weblate could not execute script add-on." %}

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

{% for occurrence in occurrences %} {% if occurrence.output %} {% endif %} {% endfor %}
{% trans "Command" %}{% trans "Error" %}
{{ occurrence.command }}{{ occurrence.error }}
{{ occurrence.output }}
{% include "trans/alert/occurrences-limit.html" %}