{% load static %} {% load i18n %} {% load mastodon %} {{ site_name }} - 编辑收藏单 - {{ title }} {% include "common_libs.html" %} {% include "_header.html" %}

{% if collection %} 编辑 {{ collection.title }} {% else %} 创建收藏单 {% endif %}


标题和描述
{% csrf_token %} {{ form }}
{{ form.media }}
{% if collection %}
条目
{% endif %}
{% include "_sidebar.html" with show_profile=1 fold_profile=1 identity=collection.owner|default:request.user.identity %}
{% include "_footer.html" %}