{% if file.creator_id == _user_id %} {% include fs/mod_fs_upload.html %} {% end %}
{% for item in filelist %} {# 隐藏文件 #} {% if item.name == "" %} {% continue %} {% end %} {% if not item.name.startswith("._") %} {% end %} {% end %}