#import sickbeard #import datetime #from sickbeard import common #set global $title="Episode Overview" #set global $header="Episode Overview" #set global $sbPath=".." #set global $topmenu="manage"# #import os.path #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl")
#if $varExists('header')

$header

#else

$title

#end if #if not $whichStatus or ($whichStatus and not $ep_counts): #if $whichStatus:

None of your episodes have status $common.statusStrings[$int($whichStatus)]


#end if
Manage episodes with status
#else

Shows containing $common.statusStrings[$int($whichStatus)] episodes


#if $whichStatus in ($common.ARCHIVED, $common.IGNORED, $common.SNATCHED): #set $row_class = "good" #else #set $row_class = $common.Overview.overviewStrings[$whichStatus] #end if Set checked shows/episodes to

#for $cur_indexer_id in $sorted_show_ids: #end for
$show_names[$cur_indexer_id] ($ep_counts[$cur_indexer_id])
#end if
#include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl")