{% extends 'base.html' %} {% block block_title %} 下载列表 - 局域网文件传输工具 {% endblock %} {% block extend_script %} {% endblock %} {% block block_body %}
  • {{ path }}

      {% if upload_path != path %}
    • ../

    • {% endif %} {% for file in files %}
    • {{ file.name }} {% if not file.is_folder %} {{ file.size }} {% endif %}

      {{ file.update_date }}

    • {% endfor %}
{% endblock %}