{% 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 %}
{{ form.description }}
{{ form.media }}
{% if request.user != collection.owner %}
{% if following %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
{% endif %}
{% include "partial/_footer.html" %}