{% extends "podcast_base.html" %}
{% block title %}{% trans %}Favorited Show Update{% endtrans %}{% endblock %}
{% block content %}
{% trans %}Hi{% endtrans %}
{{ name }},
{{ episode_name }}
{% trans %} from {% endtrans %}
{{ podcast_name }}
{% trans %} is scheduled to go live tomorrow at {% endtrans %}
{{ published_date }}.