{% extends "bee_django_exam/base.html" %} {% load bee_django_exam_filter %} {% block content %}
学生姓名 | 添加时间 | 考级级别 | 状态 | |
---|---|---|---|---|
{{ record.user }}
{# {% if record.user.id|get_icon %}#}
{# |
{{ record.created_at|date:"Y-m-d H:i" }} | {{ record.grade_name }} | {{ record.get_status_text }} {% if record.status == 1 %} {% if record.cert %} 证书图片 {% endif %} {% elif record.status == -1 %} 报名链接 {% endif %} | 详情 操作 |