#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.