File Info: {{ filename }}
{% if file_type == 'image' %}
{% elif file_type == 'text' %}
{% elif file_type == 'zip' %}
Contents of {{ filename }}:
{% for item in zip_contents %}
- {{ item }}
{% endfor %}
{% else %}
Cannot display this file type.
{% endif %}
Back to files