#if $show.overview != '':
$show.overview
#else
No plot overview available.
#end if
#if $showLoc[1]:
$showLoc[0]
#else:
$showLoc[0]
#end if
$sickbeard.helpers.human(sickbeard.helpers.get_size($showLoc[0]))
#set $filecount = $epCounts[$Overview.QUAL] + $epCounts[$Overview.GOOD]
$filecount Files
#if $show.exceptions:
Scene Names
#end if
#if $sickbeard.USE_SUBTITLES
#if int($show.subtitles) == 1:
Subtitles
#end if
#end if
#if $show.flatten_folders == 1 or $sickbeard.NAMING_FORCE_FOLDERS:
Flat Folders
#end if
#if int($show.air_by_date) == 1:
Air-by-Date
#end if
#if int($show.is_sports) == 1:
Sports
#end if
#if int($show.is_anime) == 1:
Anime
#end if
#if int($show.dvdorder) == 1:
DVD Order
#end if
#if int($show.scene) == 1:
Scene Numbering
#end if
#if $anyQualities + $bestQualities
#if int($show.archive_firstmatch) == 1
Archive First Match
#end if
#end if
#if $show.rls_require_words:
Required Words
#end if
#if $show.rls_ignore_words:
Ignored Words
#end if
#if $bwl and $bwl.whitelist:
Wanted Group#if len($bwl.whitelist)>1 then "s" else ""#
#end if
#if $bwl and $bwl.blacklist:
Unwanted Group#if len($bwl.blacklist)>1 then "s" else ""#
#end if