填报教师{{ row.teacher }}
预计得分{{ row.auto_score|score }} 分
提交时间{{ row.created_at.strftime('%m-%d %H:%M') }}
填报数据{% for field in row.input_fields %}
{{ field.label }}{{ field.value }}{% else %}
无
{% endfor %}
{% if row.tracking %}
{{ row.tracking_label }}{{ row.tracking }}
{% endif %}
{% if row.note %}
{% endif %}
{% if row.attachments %}
证明材料{% for attachment in row.attachments %}{% set image_url = url_for('main.view_attachment', attachment_id=attachment.id) %}
{% endfor %}
{% endif %}
{% if row.review_note %}
审核意见{{ row.review_note }}
{% endif %}
{% if row.status == 'pending' %}
{% elif row.status == 'approved' %}
{% endif %}