{% extends 'assets/base.html' %} {% block content %}
{% csrf_token %} {% for one in approve_list %} {% endfor %}
待审核的虚拟列表:
{% endblock content %}