{% extends "_base.html" %} {% from "_category_select.html" import category_select %} {% block title %}Show settings — offshore{% endblock %} {% block content %}
* required
| Name | Website or Email | |
|---|---|---|
| {{ p.name }} | {% if p.href and p.href.startswith('mailto:') %} {{ p.href[7:] }} (Email) {% else %} {{ p.href or '' }} {% endif %} |
Permanently delete this show and all its episodes. This cannot be undone.
{% endblock %}