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