{# templates/admin/download_files.html #} {% extends "admin/base_site.html" %} {% block content %}

All the images and audio files of the application will be gathered and downloaded in one file

{% csrf_token %}
{% endblock %}