{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {{ site_name }} - {% if form.instance.id %} {% trans '编辑' %} {{ form.instance.title }} {% else %} {% trans '添加条目' %} {% endif %} {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}
{% if item.is_deleted %}条目已被删除{% endif %} {% if item.merged_to_item %}条目已被合并{% endif %}
{% csrf_token %} {{ form.media }} {{ form }}
{% if not item or item.editable or request.user.is_staff %} {% endif %}
{% include "_footer.html" %}