#import sickbeard #from lib import subliminal #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 $whichSubs: #set subsLanguage = $subliminal.language.Language($whichSubs) if not $whichSubs == 'all' else 'All' #end if #if not $whichSubs or ($whichSubs and not $ep_counts): #if $whichSubs:

All of your episodes have $subsLanguage subtitles.


#end if
Manage episodes without subtitles
#else

Episodes without $subsLanguage subtitles.


Download missed subtitles for selected episodes

#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")