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

Private links

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

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