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

Content

{% if item_type == "text" %}Write your text content below. {% else if item_type == "audio" %}Upload your audio file. {% else if item_type == "video" %}Upload your video file. {% else if item_type == "bundle" %}Select items to include in this bundle. {% else %}Upload your file. {% endif %}

{% if item_type == "text" %}
Supports Markdown formatting.
{% else if item_type == "audio" %}

Drag and drop an audio file here, or click to browse

MP3, WAV, FLAC, OGG, AAC

{% else if item_type == "video" %}

Drag and drop a video file here, or click to browse

MP4, WebM, MOV

{% else if item_type == "bundle" %}
Drop files to create new items and add them to this bundle automatically.

Drag files here, or click to browse

Supports multiple files

{% if bundleable_items.is_empty() %}

No existing items to select. Upload files above or create items from the project dashboard.

{% else %}
Select items to include. Check "Unlisted" to hide an item from the project page (only accessible through this bundle).
{% endif %}
{% for bi in bundleable_items %}
{{ bi.title }} {{ bi.item_type }}
{% endfor %}
{% else %}

Drag and drop your file here, or click to browse

Upload your content file. You can also add versions from the item dashboard.

{% endif %}