= publication_pill(
$episode->published_at,
$episode->is_published
) ?>
•
= $this->extend('admin/_layout') ?> = $this->section('title') ?> = lang('Episode.all_podcast_episodes') ?> = $this->endSection() ?> = $this->section('pageTitle') ?> = lang('Episode.all_podcast_episodes') ?> (= $pager->getDetails()[ 'total' ] ?>) = $this->endSection() ?> = $this->section('headerRight') ?> = button( lang('Episode.create'), route_to('episode-create', $podcast->id), ['variant' => 'primary', 'iconLeft' => 'add'] ) ?> = $this->endSection() ?> = $this->section('content') ?>
= lang('Common.pageInfo', [ 'currentPage' => $pager->getDetails()['currentPage'], 'pageCount' => $pager->getDetails()['pageCount'], ]) ?>
= lang('Podcast.no_episode') ?>