{% extends 'bee_django_social_feed/base.html' %} {% load bootstrap_pagination %} {% block content %}

{% if type == 'finished' %} 待审核 | 已审核 {% else %} 待审核 | 已审核 {% endif %}

{% for e in albums %} {% endfor %}
用户 上传时间 查看
{{ e.user.first_name | default:e.user.username }} {{ e.created_at }} 查看
{% bootstrap_paginate albums %}
{% endblock content %}