{% extends 'oj_base.html' %} {% block body %}

{{ application.message|safe }}

{% if application.status %} {% if application.accepted %}

管理员接受了你的请求

{% else %}

管理员拒绝了你的请求

{% endif %} {% else %}

待审核

{% endif %}
{% endblock %}