{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% load static %} {% block title %}{% trans "Archival storage" %}{% endblock %} {% block h1 %}{% trans "Archival storage" %}{% endblock %} {% block page_id %}archival-storage{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

{{ name }} {% trans "Archival Information Package" %}

{% trans "UUID" %} {{ uuid }}
{% trans "Size" %} {{ size }}
{% trans "Date stored" %} {{ created }}
{% trans "Status" %} {{ status }}
{% trans "Encrypted" %} {{ encrypted }}
{% trans "Location" %} {% trans "Download" %} [...]/{{ location_basename }}
{% trans "METS file" %} {% trans "View" %}
{% trans "Pointer file" %} {% trans "View" %}

{% trans "Actions" %}

{% csrf_token %}
{% trans "Metadata-only DIP upload to AtoM" %} {% include "_form.html" with form=forms.upload %}
{% csrf_token %}
{% trans "Choose type of re-ingest" %} {% include "_form.html" with form=forms.reingest %}
{% csrf_token %}
{% trans "Are you sure that you want to delete this AIP" %}

{% trans "Choosing to delete this package will send a request to your Archival Storage administrator. If the administrator approves the request, your package will be deleted from your Archival Storage and your index will be updated. If the administrator denies the request, the package will remain in storage and the administrator will contact you." %}

{% include "_form.html" with form=forms.delete %}
{% endblock %}