{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load thumb %} {{ site_name }} - {% trans 'Confirmation' %} {% include "common_libs.html" %} {% if url %}{% endif %} {% include "_header.html" %}

{% trans 'Are you sure to delete?' %}

{% include "_item_card.html" with item=item %}
{% if item.is_deleted %}

条目已被删除

{% endif %} {% if item.child_items %}

条目下已有子项

{% endif %} {% if item.merged_to_item %}

条目已被合并到其他条目

{% endif %} {% if item.journal_exists %}

条目已被用户标记过

{% endif %}
{% csrf_token %}
{% include "_footer.html" %}