${plain_link(thing.title, thing.link, _sr_path=thing.sr_path,
- _class='login-required', nocname=thing.nocname)}
+ _class='login-required' if thing.show_cover else None, nocname=thing.nocname)}
${plain_link('', thing.link, _sr_path=thing.sr_path,
- _class='login-required', nocname=thing.nocname)}
+ _class='login-required' if thing.show_cover else None, nocname=thing.nocname)}
%for subtitle in thing.subtitles:
${subtitle}
%endfor