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

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