{% import 'base/link.html' as link_base %} {% from 'base/paginate.html' import paginate %}
排序:
{% if collects.items %} {% if setting.collect_list == 1 or (setting.collect_list == 2 and g.user.is_authenticated) or (g.user.is_authenticated and g.user.username == g.user_url) %} {% for collect in collects.items %}
{{ link_base.collect(collect) }}
{{ collect.is_privacy }}
1
{% endfor %} {% if collects.pages > 1 %} {% endif %} {% else %}
根据用户设置,列表被隐藏
{% endif %} {% else %}
没有收藏
{% endif %}