{% extends "base.html" %} {% block title %}文档中心{% endblock %} {% block content %}
{% for document in documents %} {% empty %} {% endfor %}
文件名 场景 类型 大小 状态 操作
{{ document.original_name }} {{ document.scenario_id }} {{ document.file_type }} {{ document.size }} {{ document.get_status_display_text }} {% if document.status != "indexed" %}
{% csrf_token %}
{% else %} 已可用于检索 {% endif %} {% if document.error_message %}
{{ document.error_message }}
{% endif %}

上传时间:{{ document.created_at|date:"Y-m-d H:i" }}

暂无文件,请先上传题目材料。
{% endblock %}