{% if stats.progress %}
{{ stats.progress }} 进行中
{% endif %}
{% if stats.complete %}
{{ stats.complete }} 已完成
{% elif not stats.progress %}
尚未开始
{% endif %}
{% 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.mastodon_account.display_name }} @{{ collection.owner.handle }}
{% for cat, count in collection.get_summary.items %} {% if count %} {% prural_items count cat %} {% endif %} {% endfor %}
{% if featured_since %}{% endif %}
{{ collection.html_content | safe }}