{% extends "automations/base.html" %}{% load i18n %} {% block content_automations %}

{% trans "Automations error report" %}

{% if automations %} {% include "automations/includes/dashboard_error.html" %} {% else %} {% trans "No automations stopped with an error." %} {% endif %} {% endblock %}