{% extends "base.html" %} {% block title %}附件管理{% endblock %} {% block content %}
| 预览 | 文件名 | 类型 | 文件大小 | 上传时间 {% if sort_order == 'desc' %} {% else %} {% endif %} | 操作 |
|---|---|---|---|---|---|
|
{% if attachment.type == 'logo' %}
|
{{ attachment.filename }} | {% if attachment.type == 'logo' %} Logo {% elif attachment.type == 'background' %} 背景图片 {% elif attachment.type == 'video' %} 背景视频 {% else %} 图标图片 {% endif %} | {{ attachment.size|filesizeformat }} | {{ attachment.upload_time }} | |
| 没有找到匹配的附件 | |||||
{% if attachment.type == 'logo' %} Logo {% elif attachment.type == 'background' %} 背景图片 {% elif attachment.type == 'video' %} 背景视频 {% else %} 图标图片 {% endif %}
{{ attachment.size|filesizeformat }}
{{ attachment.upload_time }}