{{ collect.name }}
{% if topics.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 topic in topics.items %}
{{ link_base.topic(topic) }}
{% endfor %}
{{ p_footer(topics,'user.collect_detail')}}
{% else %}
根据用户设置,列表被隐藏
{% endif %}
{% else %}
没有收藏
{% endif %}