diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig index 2f055ba..02d92e8 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -26,19 +26,22 @@ {{ download.mediaType }} - + {% if download.progress < 100 %} -
-
+
+
+
+
-
{{ download.progress }}%
+
{{ download.progress }}%
+ {% else %} {% endif %} - + {% if download.status == 'In Progress' and download.progress < 100 %}