{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} {% trans '收藏单' %} - {{ collection.title }} {% include "partial/_common_libs.html" with jquery=1 %}
{% include "partial/_navbar.html" %}
{{ collection.title }}
{% if collection.visibility > 0 %} {% endif %}
{{ collection.owner.mastodon_username }} {{ collection.edited_time }}
{% if request.user == collection.owner %} {% trans '编辑' %} {% trans '删除' %} {% elif editable %} 可协作整理 {% endif %}
{{ collection.html | safe }}
{{ collection.title }}
{% if follower_count %} 被 {{ follower_count }} 人关注 {% endif %}
{% if is_featured %}
{% if stats.progress %} {{ stats.progress }} 进行中
{% endif %} {% if stats.complete %} {{ stats.complete }} 已完成 {% elif not stats.progress %} 尚未开始 {% endif %}
{% csrf_token %}
{% endif %} {% if available_as_featured %}
{% csrf_token %}
{% endif %} {% if not is_featured and request.user.is_authenticated and request.user != collection.owner %}
{% if following %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
{% endif %} {% if request.user.is_authenticated %} {% endif %}
{% include "partial/_footer.html" %}