{% load i18n bootstrap4 icons %}
{% if task.finished %} {% icon "check" %} {% elif task.error %} {% icon "exclamation-triangle" %} {% else %} {% endif %} {{ task.name }} | {% if task.error %} {% trans "Show errors" %} {% elif task.finished %} {% trans "Download" %} {% endif %} |