#if $curNewznabProvider.default and $curNewznabProvider.needs_auth
URL
#end if
#if $hasattr($curNewznabProvider, 'enable_recentsearch'):
#end if
#if $hasattr($curNewznabProvider, 'enable_backlog'):
#end if
#if $hasattr($curNewznabProvider, 'search_mode'):
#end if
#if $hasattr($curNewznabProvider, 'search_fallback'):
#end if
#end for
#for $curNzbProvider in [$curProvider for $curProvider in $sickbeard.providers.sortedProviderList() if $curProvider.providerType == $GenericProvider.NZB and $curProvider not in $sickbeard.newznabProviderList]:
#if $hasattr($curNzbProvider, 'username'):
Username
#end if
#if $hasattr($curNzbProvider, 'api_key'):
API key
#end if
#if $hasattr($curNzbProvider, 'enable_recentsearch'):
#end if
#if $hasattr($curNzbProvider, 'enable_backlog'):
#end if
#if $hasattr($curNzbProvider, 'search_fallback'):
#end if
#if $hasattr($curNzbProvider, 'search_mode'):
#end if
#end for
#for $curTorrentProvider in [$curProvider for $curProvider in $sickbeard.providers.sortedProviderList() if $curProvider.providerType == $GenericProvider.TORRENT]:
#if $hasattr($curTorrentProvider, 'api_key'):
Api key:
#end if
#if $hasattr($curTorrentProvider, 'digest'):
Digest:
#end if
#if $hasattr($curTorrentProvider, 'hash'):
Hash:
#end if
#if $hasattr($curTorrentProvider, 'username'):
Username:
#end if
#if $hasattr($curTorrentProvider, 'password'):
Password:
#end if
#if $hasattr($curTorrentProvider, 'passkey'):
Passkey:
#end if
#if $hasattr($curTorrentProvider, 'ratio'):
#end if
#if $hasattr($curTorrentProvider, 'minseed'):
Minimum seeders:
#end if
#if $hasattr($curTorrentProvider, 'minleech'):
Minimum leechers:
#end if
#if $hasattr($curTorrentProvider, 'proxy'):
#if $hasattr($curTorrentProvider.proxy, 'url'):
Proxy URL:
#for $i in $curTorrentProvider.proxy.urls.keys():
>$i
#end for
#end if
#end if
#if $hasattr($curTorrentProvider, 'confirmed'):
#end if
#if $hasattr($curTorrentProvider, 'freeleech'):
#end if
#if $hasattr($curTorrentProvider, 'enable_recentsearch'):
#end if
#if $hasattr($curTorrentProvider, 'enable_backlog'):
#end if
#if $hasattr($curTorrentProvider, 'search_fallback'):
#end if
#if $hasattr($curTorrentProvider, 'search_mode'):
#end if
#end for
#if $provider_config_list