diff --git a/views/episodes.tpl b/views/episodes.tpl index 3633ef236..029a65bb2 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -124,7 +124,17 @@
%missing_subs = len([i for i in season if i[6] != "[]"]) %total_subs = len(season) -

Season {{season[0][2]}}
{{!total_subs - missing_subs}} / {{total_subs}}

+ %subs_label = '' + %if subs_languages is not None: + % subs_label = '
' + str(total_subs - missing_subs) + ' / ' + str(total_subs) + '
' + %end +

Season {{season[0][2]}}{{!subs_label}}