{% extends "manage/base.html" %} {% load i18n base_tags breadcrumbs generic_delete %} {% block breadcrumbs %} {% breadcrumbs "Collection groups:../../../" item.collection.collectiongroup item.collection item.get_manage_url %} {% endblock %} {% block content %} {% with item.collection as collection %} {% with collection.collectiongroup as collectiongroup %}

{{ item }}

{% if item.is_deleted %}

{% blocktrans %} Important: this item has been deleted from source. We preserve it because there are notifications pending. {% endblocktrans %}

{% endif %} {% head "Item meta data" %} {% head "Raw extracted data" %}
{{ item.content|json_format }}
{% head "Parsed data" %}
{{ item.data|pprint }}
{% endwith %} {% endwith %} {% endblock %}