{% extends "layout.html" %} {% block headers %} {% endblock %} {% block submenu %}
Collection | Created at | Actions |
---|---|---|
{{collection.title}} ({{collection.number_of_datasets | default("0", False)}}) | {{collection.created_date | truncate(10,False,'')}} | {% if not collection.is_public %} {% endif %} |
You don't have any unpublished collections (yet).
{%- else %}You have not been invited to collaborate on a collection (yet).
{%- endif %} {% if published_collections %}Collection | Published date | Actions |
---|---|---|
{{collection.title}} ({{collection.number_of_datasets | default("0", False)}}) | {{collection.published_date | truncate(10,False,'')}} | {% if not collection.has_draft %}{% endif %} |