Curate lists of items — playlists, reading lists, bundles. Public collections appear on your profile.
{% if collections.is_empty() %}No collections yet. Use the form below to create your first one, then add items from any item page.
{% else %}| Title | Items | Visibility | Created | |
|---|---|---|---|---|
| {{ c.title }} | {{ c.item_count }} | {% if c.is_public %}Public{% else %}Private{% endif %} | {{ c.created_at }} |
No wishlisted items. Add items from any item page to save them for later.
| Title | Creator | Type | Price | Added | |
|---|---|---|---|---|---|
| {{ item.title }} | {{ item.creator }} | {{ item.item_type }} | {{ item.price_display() }} | {{ item.added_at.format("%b %d, %Y") }} |