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