{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% load collection %} {% load user_actions %} {{ site_name }} {% trans '收藏单' %} - {{ collection.title }} {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}

{% if request.user.is_authenticated %} {% liked_piece collection as liked %} {% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-bookmark' %} {% include '_feature_stats.html' with featured=featured_since %} {% endif %}
{{ collection.title }} {% if collection.visibility > 0 %}{% endif %}

{{ collection.owner.display_name }}

{{ collection.owner.mastodon_account.display_name }} @{{ collection.owner.handler }}

{% for cat, count in collection.get_summary.items %} {% if count %}{{ count }} {{ cat|prural_items }}  {% endif %} {% endfor %}

{% if featured_since %}

{% endif %}
{{ collection.html | safe }}
{% comment %} {% if featured_since %}
{% if stats.progress %} {{ stats.progress }} 进行中
{% endif %} {% if stats.complete %} {{ stats.complete }} 已完成 {% elif not stats.progress %} 尚未开始 {% endif %}
开始于{{ featured_since|date }}
{% endif %} {% endcomment %}
{% if request.user.identity == collection.owner %} {% trans '编辑' %} {% trans '删除' %} {% elif editable %} {% trans '协助整理' %} {% endif %}
创建于 {{ collection.created_time | date }}
{% include "_sidebar.html" with identity=collection.owner show_profile=1 %}
{% include "_footer.html" %}