{% extends 'oj_base.html' %} {% block title %} 我的申请列表 {% endblock %} {% block body %}
# | 提交时间 | 结果 | ||
---|---|---|---|---|
{{ forloop.counter }} | {{ item.create_time }} | {% if item.status %} {% if item.accepted %}通过 | {% else %}拒绝 | {% endif %} {% else %}未处理 | {% endif %}
你还没有申请该小组
{% endif %}