diff --git a/templates/components/DownloadList.html.twig b/templates/components/DownloadList.html.twig index 26c20a7..6d66a7e 100644 --- a/templates/components/DownloadList.html.twig +++ b/templates/components/DownloadList.html.twig @@ -1,8 +1,12 @@ {% set table_body_id = (type == "complete") ? "complete_downloads" : "active_downloads" %} -
- -
+ + {% if this.isWidget == false %} +
+ +
+ {% endif %} +