{% load i18n %} {{ package.uuid }} {% if package.origin_pipeline %} {{ package.origin_pipeline }} {% else %} {% trans "None" %} {% endif %} {% if package.status != package.DELETED %} {{ package.full_path }} {% else %} {{ package.full_path }} {% endif %} {{ package.size|filesizeformat }} {{ package.get_package_type_display }} {% if package.replicated_package %} {{ package.replicated_package.uuid }} {% endif %} {{ package.get_status_display }} {% if package.status != 'DELETED' and package.status != 'FAIL'%} ({% trans "Update Status" %}) {% endif %} {{ package.latest_fixity_check_datetime|default_if_none:"" }} {{ package.latest_fixity_check_result|yesno:_("Success,Failed,") }} {% if package.pointer_file_location %} {% trans "Pointer File" %} | {% endif %} {% if package.status != package.DELETED %} {% trans "Download" %} | {% endif %} {% if package.package_type in 'AIP AIC' and not package.replicated_package %} {% trans "Re-ingest" %} | {% endif %} {% if package.package_type in package.PACKAGE_TYPE_CAN_DELETE %} {% trans "Request Deletion" %} {% endif %} {% if package.package_type in package.PACKAGE_TYPE_CAN_DELETE_DIRECTLY and package.status != package.DELETED %}
{% csrf_token %}
{% endif %}