{% extends "_base.html" %} {% block title %}{{ episode.title or 'New episode' }} — offshore{% endblock %} {% block content %}

{{ 'New episode' if is_new else 'Edit episode' }}

* required

{% if not is_new %}
{{ episode.guid }}
Write-once. Changing it would look like a brand-new episode to subscribers.
{% endif %}

Hosts and guests, chosen from the show roster (edit under Show settings). Also drives <itunes:author> in the feed.

Preview

{% if not is_new %} {% endif %}
Saving{% if not is_new %} and verifying audio{% endif %}…
{% if not is_new %}

Republish episode

Changing an episode's pub_date will look like a brand new item to some podcast clients. Subscribers may re-download and be notified.

{% endif %} {% endblock %}