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

{% if mode == "merge" %} {% if new_item %} {% trans 'Are you sure to merge?' %} {% else %} {% trans 'Are you sure to cancel merge?' %} {% endif %} {% elif mode == "link" %} {% trans 'Are you sure to link?' %} {% endif %}

{% 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 %} {% if new_item %}
{% include "_item_card.html" with item=new_item %}
{% if new_item.is_deleted %}

条目已被删除

{% endif %} {% if new_item.child_items %}

条目下已有子项

{% endif %} {% if new_item.merged_to_item %}

条目已被合并到其他条目

{% endif %} {% if new_item.journal_exists %}

条目已被用户标记过

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