#import sickgear
#import datetime
#from sickgear.common import (Overview, statusStrings, ARCHIVED, FAILED, IGNORED, SKIPPED,
SNATCHED, SNATCHED_ANY, UNKNOWN, WANTED, DOWNLOADED)
##
#set global $title = 'Episode Overview'
#set global $header = 'Episode Overview'
#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')
#else
$title
#end if
##
#if not $which_status or ($which_status and not $ep_counts)
##
#if $which_status:
no episodes have status $statusStrings[$which_status].lower()
#end if
##
#else
#if $which_status in ($ARCHIVED, $IGNORED):
#set $row_class = 'good'
#elif $which_status == $SNATCHED:
#set $row_class = 'snatched'
#else
#set $row_class = $Overview.overviewStrings[$which_status]
#end if
#set $statusList = [$ARCHIVED, $IGNORED, $SKIPPED]
#if $DOWNLOADED == $which_status:
#set $statusList = [$ARCHIVED]
#elif $ARCHIVED == $which_status:
#set $statusList = [$SKIPPED, $DOWNLOADED, $ARCHIVED, $IGNORED]
#end if
#if $which_status in $statusList
$statusList.remove($which_status)
#end if
#end if
#include $os.path.join($sickgear.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')