{% extends 'oj_base.html' %} {% block title %} 我的申请列表 {% endblock %} {% block body %}
{% if applications %} {% for item in applications %} {% if item.status %} {% if item.accepted %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
# 提交时间 结果
{{ forloop.counter }} {{ item.create_time }}通过拒绝未处理
{% else %}

你还没有申请该小组

{% endif %}
{% endblock %}