{% extends "layout.html" %} {% block headers %} {% endblock %} {% block submenu %} {% endblock %} {% block body %}

Private links

Manage private links for {{item.title}}.

Note: Private links give access to a {{item_type}} including access to the files within the {{item_type}}, regardless of the embargo, restricted access, or closed access settings.

{%- if private_links %} {%- for link in private_links %} {%- endfor %} {%- else %}
Create new private link
{%- endif %} {% endblock %}