{% extends "themis/base.html" %} {% block title %}{{ collection.name }} — {{ themis_app_name }}{% endblock %} {% block content %}
{% if library %} ← {{ library.name }} {% else %} ← Libraries {% endif %}

{{ collection.name }}

{% if library %}

In: {{ library.name }}

{% endif %} {% if collection.description %}

{{ collection.description }}

{% endif %}
Edit Delete

Items

+ New Item
{% if items %}
{% for item in items %} {% endfor %}
Title Type File Type Actions
{{ item.title }} {{ item.item_type|default:"-" }} {{ item.file_type|default:"-" }} View {% if item.s3_key %}↓ Download{% endif %} Edit
{% else %}

No items in this collection yet.

{% endif %} {% endblock %}