{% set table_body_id = (type == "complete") ? "complete_downloads" : "active_downloads" %} {% if this.downloads.items|length > 0 %} {% for download in this.downloads.items %} {% endfor %} {% if this.downloads.items|length > 5 %} {% endif %} {% else %} {% endif %}
Title Progress
{{ download.title }} {% if download.progress < 100 %}
{{ download.progress }}
{% else %} {% endif %}
View All Monitors
No downloads
{% if this.isWidget == false %} {% if this.downloads.items|length > 0 %} {% set paginator = this.downloads %} {% include 'partial/paginator.html.twig' %} {% endif %} {% endif %}