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