{% include "wizards/partials/step_nav.html" %}

Preview & Launch

Review your project before publishing.

Title {{ title }}
{% if !features.is_empty() %}
Features {{ features.join(", ") }}
{% endif %} {% if let Some(cat) = category_name %}
Category {{ cat }}
{% endif %} {% if !description.is_empty() %}
Description {{ description }}
{% endif %}
Project Image {% if cover_image_url.is_some() %}Uploaded{% else %}None{% endif %}
Pricing {{ pricing_display }}
Subscription Tiers {{ tier_count }}
{% for tier in tiers %}
{{ tier.name }} {{ tier.price_display }}/mo
{% endfor %}
Items {{ item_count }}

Checklist