#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')
#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 $dailySearchStatus:
Not in progress
#else:
In Progress
#end if
Find Propers Search:
Force
#if not $findPropersStatus:
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")