{% set html_lang = show.language if show is defined and show.language else 'en' %}
{% block title %}offshore{% endblock %}
{% block head_extra %}{% endblock %}
offshore
{% if slug %}
Dashboard
Show
New episode
{% endif %}
Switch show
{% if slugs and slugs|length > 1 %}
{% for s in slugs %}
{{ s }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block show_switch_modal %}{% endblock %}
{% block person_edit_modal %}{% endblock %}
{% block person_add_modal %}{% endblock %}