#import sickgear #import datetime #from lib import subliminal #from sickgear 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($sickgear.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')
#if $varExists('header')

$header

#else

$title

#end if ## #if $which_subs #set subs_language = $subliminal.language.Language($which_subs, strict=False) if not $which_subs == 'all' else 'All' #end if #if not $which_subs or ($which_subs and not $ep_counts) #if $which_subs:

All of your episodes have $subs_language subtitles.


#end if
Manage episodes without subtitles
#else
$xsrf_form_html

Episodes without $subs_language subtitles.


Download missed subtitles for selected episodes

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