+
{% 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 %}
+
+