{ &podcast_info.podcastname }
{ format!("{}{}", i18n_episode_count, &podcast_info.episodecount) }
{ format!("{}{}", i18n_authors, &podcast_info.author) }
{ format!("{}{}", i18n_explicit, if podcast_info.explicit { i18n_yes.clone() } else { i18n_no.clone() }) }
{ if !podcast_info.is_youtube.unwrap_or(false) { // Only show if not a YouTube channel if podcast_info.podcastindexid == 0 { html! {{"⚠️ This podcast isn't matched to Podcast Index. "} {&i18n.t("episodes_layout.match_it_here")} {" to enable host and guest information."}
{ &podcast_info.podcast_description }
{ format!("{}{}", i18n_episode_count, &podcast_info.episodecount) }
{ format!("{}{}", i18n_authors, &podcast_info.author) }
{ format!("{}{}", i18n_explicit, if podcast_info.explicit { i18n_yes.clone() } else { i18n_no.clone() }) }
{ if podcast_info.podcastindexid == 0 { html! {{"⚠️ This podcast isn't matched to Podcast Index. "} {&i18n.t("episodes_layout.match_it_here")} {" to enable host and guest information."}
{ &i18n_no_episodes_found }
{&i18n_no_episodes_description}