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

返回

{{ album.user.first_name | default:album.user.username }}
{% for e in album.albumphoto_set.all %} {% endfor %} {{ e.note | linebreaks }} 普通 优秀 阻止
{% endblock content %} {% block scripts %} {% endblock scripts %}