{% load key_tags %} {% if dropped|length > 0 %} {% if settings.ZIPPED_DOWNLOAD_ALL and tab_name in 'dropped,procdump,CAPE' %}
Download All Files

{% endif %} {% for file in dropped %} {% include "analysis/generic/_file_info.html" %} {% endfor %} {% else %}
Sorry! No dropped files.
{% endif %}