#if $curNewznabProvider.default and $curNewznabProvider.needs_auth
#end if
#if $hasattr($curNewznabProvider, 'enable_daily'):
#end if
#if $hasattr($curNewznabProvider, 'enable_backlog'):
#end if
#if $hasattr($curNewznabProvider, 'search_fallback'):
#end if
#if $hasattr($curNewznabProvider, 'search_mode'):
#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'):
#end if
#if $hasattr($curNzbProvider, 'api_key'):
#end if
#if $hasattr($curNzbProvider, 'enable_daily'):
#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'):
#end if
#if $hasattr($curTorrentProvider, 'digest'):
#end if
#if $hasattr($curTorrentProvider, 'hash'):
#end if
#if $hasattr($curTorrentProvider, 'username'):
#end if
#if $hasattr($curTorrentProvider, 'password'):
#end if
#if $hasattr($curTorrentProvider, 'passkey'):
#end if
#if $hasattr($curTorrentProvider, 'ratio'):
#end if
#if $hasattr($curTorrentProvider, 'minseed'):
#end if
#if $hasattr($curTorrentProvider, 'minleech'):
#end if
#if $hasattr($curTorrentProvider, 'proxy'):
#if $hasattr($curTorrentProvider.proxy, 'url'):
#end if
#end if
#if $hasattr($curTorrentProvider, 'confirmed'):
#end if
#if $hasattr($curTorrentProvider, 'freeleech'):
#end if
#if $hasattr($curTorrentProvider, 'enable_daily'):
#end if
#if $hasattr($curTorrentProvider, 'enable_backlog'):
#end if
#if $hasattr($curTorrentProvider, 'search_fallback'):
#end if
#if $hasattr($curTorrentProvider, 'search_mode'):
#end if
#if $hasattr($curTorrentProvider, 'options'):
#end if
#end for