% if ($station->[2]{load}{SECOND}) {
% my ($first, $second) = load_icon($station->[2]{load});
% if ($first ne 'help_outline') {
<%= $first %>
% }
<%= $second %>
% }
% elsif ($station->[2]{efa_load}) {
% my ($icon) = efa_load_icon($station->[2]{efa_load});
<%= $icon %>
% }