{% load static %} {% load i18n %} {% load mastodon %} {% if item %}
{% trans "Item has been deleted." %}
{% endif %} {% if item.child_items %}{% trans "Item contains sub-items." %}
{% endif %} {% if item.merged_to_item %}{% trans "Item has been merged to another item." %}
{% endif %} {% if item.journal_exists %}{% trans "Item has been marked by users." %}
{% endif %} {% for i in item.merged_from_items.all %} {% if forloop.first %} {% trans "The following items are merged into this item" %}