{% 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" %} {% include "_header.html" %}

{% if request.user.is_authenticated %} {% include '_feature_stats.html' with featured=featured_since %} {% endif %} {% if collection.latest_post %} {% include "action_like_post.html" with post=collection.latest_post %} {% include "action_boost_post.html" with post=collection.latest_post %} {% 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.is_authenticated %} {{ collection.latest_post.stats.replies | default:'' }} 回应 {% if request.user.identity == collection.owner %} {% trans '编辑' %} {% trans '删除' %} {% elif editable %} {% trans '协助整理' %} {% endif %} {% endif %} 创建于 {{ collection.created_time|date }}
{% include "_sidebar.html" with identity=collection.owner show_profile=1 %}
{% include "_footer.html" %}