{% if package.pointer_file_location %}
{% trans "Pointer File" %} |
{% endif %}
{% if package.status != package.DELETED %}
{% trans "Download" %} |
{% endif %}
{% if perms.locations.change_package and 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 perms.locations.delete_package and package.package_type in package.PACKAGE_TYPE_CAN_DELETE_DIRECTLY and package.status != package.DELETED %}
{% endif %}