{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load staticfiles %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

{{ name }} Archival Information Package

UUID {{ uuid }}
Size {{ size }}
Date stored {{ created }}
Status {{ status }}
Location Download [...]/{{ location_basename }}
Pointer file View

Actions

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

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