文件列表
文件名
操作
{% for file in file_list %}
{{ file['name'] }}
{% if file['is_downloaded'] %}
已下载
{% else %}
下载
{% endif %}
{% endfor %}