{% extends "base.html" %} {% block title %}附件管理{% endblock %} {% block content %}
上传新附件
附件列表
{% for attachment in attachments %} {% else %} {% endfor %}
预览 文件名 类型 上传时间 操作
{% if attachment.type == 'logo' %} {% elif attachment.type == 'background' %} {% else %} {% endif %} {{ attachment.filename }} {% if attachment.type == 'logo' %} Logo {% elif attachment.type == 'background' %} 背景图片 {% else %} 背景视频 {% endif %} {{ attachment.upload_time }}
暂无附件
{% endblock %}