#import sickbeard #import datetime #from lib import subliminal #from sickbeard import common ## #set global $title = 'Missing Subtitles' #set global $header = 'Missing Subtitles' #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, strict=False) 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
$xsrf_form_html

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')