#import sickbeard #import datetime #from sickbeard.common import * #set global $title="Manage Searches" #set global $header="Manage Searches" #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

Backlog Search:

Force #if $backlogPaused then "Unpause" else "Pause"# #if not $backlogRunning: Not in progress
#else: #if $backlogPaused then "Paused: " else ""# Currently running
#end if

Daily Search:

Force #if not $searchStatus: Not in progress
#else: In Progress
#end if

RSS Cache Update:

Force #if not $rssStatus: Not in progress
#else: In Progress
#end if

Version Check:

Force Check
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl")