Backlog Search:
Force
#if $backlog_paused then "Unpause" else "Pause"#
#if $backlog_paused
Paused:
#end if##slurp#
#if not $backlog_running and not $backlog_is_active:
#if not $scheduled_backlog_active_providers
#set $text = 'Enable both active AND scheduled search for one or more providers at config media providers'
#for ($tag_class, $sub) in (
('grey-text', 'Enable'), ('red-text', 'both'),
('red-text', 'AND'), ('grey-text', 'for one or more providers at config')):
#set $text = $text.replace($sub, '
%s' % ($tag_class, $sub))
#end for
#set $sub = 'media providers'
#set $text = $text.replace($sub, '
%s' % ($sbRoot, $sub))
$text
#else
Not in progress
#end if
#else
Currently running#if $backlog_running_type != "None"# ($backlog_running_type)#end if#
#end if