{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% load extras %}
{% if data.state == "waiting" %} {% icon 'clock-o' %} {% elif data.state == "running" %} {% icon 'refresh' class='svg-icon spin' %} {% elif data.state == "completed" %} {% endif %} {{ message }}
{% if data.state == "completed" %} {% endif %}