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

Private links

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

Note: Private links give access to a dataset including access to the files within the dataset, 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 %}