{%- import "partials/_ui.html" as ui -%}
No items in this project yet. Add your first item to start publishing.
Add First ItemAfter creating an item, set its pricing and publish it to make it available to fans.
| # | Item | Type | Price | Sales | Revenue | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ item.position }} {% if !loop.first %} {% endif %} {% if !loop.last %} {% endif %} | {% if !item.children.is_empty() %} {% endif %} {{ item.title }} {% if item.is_unlisted %}Unlisted{% endif %} | {{ item.item_type }}{% if !item.children.is_empty() %} ({{ item.children.len() }}){% endif %} | {{ item.price }} | {{ item.sales }} | {{ item.revenue }} | {{ item.status }} |
Deleted items are permanently removed after 7 days.
| Title | Deleted | |
|---|---|---|
| {{ item.title }} | {{ item.deleted_at }} |
| Title | Status | Published | Actions |
|---|---|---|---|
| {{ post.title }} | {{ post.status }} | {{ post.published_at }} |