in order to highlight NoveList Select content.
-[%
+ [%
arrow_right = '►';
arrow_down = '▼';
%]
<div class="rdetail_extras_hr"></div>
<div class="rdetail_extras_link">
[%
- IF tab_is_active(name);
+ IF tab_is_active(name) OR name == 'awards'; # force awards section to be open
href = mkurl('', {}, ['expand', 'ac']);
arrow = arrow_down;
ELSE;
</div>
</div>
<div class='rdetail_extras_div'>
- [% IF tab_is_active(name);
+ [% IF tab_is_active(name) OR name == 'awards'; # force awards section to be open
IF name == 'marchtml';
ctx.marchtml;
ELSE;