{% 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/_navbar.html" %}
确认删除收藏单「{{ collection.title }}」吗?
{% if collection.visibility > 0 %} {% endif %}
{{ collection.owner.mastodon_username }} {{ collection.edited_time }}
{{ form.description }}
{{ form.media }}
{% csrf_token %}
{% include "partial/_footer.html" %}