{{ collection.title }}

Owner: {{ owner.first_name }} {{ owner.last_name }}

{% if collection.description %}

{{ collection.description }}

{% endif %} {% if user == owner %}

This is your collection

Permission

Access

{% csrf_token %}

This collection and its plots can be accessed by: {{ access_perm_form }}

Everyone in the above list can access the collection or its plots via their unique ids or a link. Share this collection by link: {% url 'uhepp_vault:collection-detail' collection.uuid %}

Discovery

This collection is listed and searchable for: {{ discover_perm_form }}

Everyone in the above list sees the collection on your profile but might not be able to access the collection and its plots.

{% endif %}

Plots

{% if plots %} {% else %}

No plots in this collection.

{% endif %}