{% if stats.progress %}
{{ stats.progress }} 进行中
{% endif %}
{% if stats.complete %}
{{ stats.complete }} 已完成
{% elif not stats.progress %}
尚未开始
{% endif %}
{{ 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 }}
{% for cat, count in collection.get_summary.items %} {% if count %} {{count}}{{cat|prural_items}} {% endif %} {% endfor %}
{% if follower_count %}{{ follower_count }}人关注
{% endif %}