{% extends 'base.html' %} {% block title %}Cloud Index{% endblock %} {% block body_attrs %}data-current-prefix="{{ current_prefix }}"{% endblock %} {% block content %}
| 名称 | 大小 | 最后修改时间 | 操作 | |
|---|---|---|---|---|
| {% if entry.is_dir %} {{ entry.name }} {% else %} {{ entry.name }} {% endif %} | {% if not entry.is_dir %} {{ entry.size|filesizeformat }} {% else %} - {% endif %} | {% if not entry.is_dir %} {{ entry.last_modified }} {% else %} - {% endif %} | {% if entry.is_dir %} {% else %} {% endif %} |