% for my $section ($wr->sections) {
%= $section->{name}
% } % for my $wagon ($wr->wagons) { % my $bg = ''; % if ($wagon->is_first_class) { % $bg = 'background-color: #ffff99;'; % }
% if ($wr->direction == 100) { ↓ % } % else { ↑ % }
% if ($wagon->is_locomotive or $wagon->is_powercar) { LOK % } % else { %= $wagon->number // '?' % }
%= $wagon->type % if ($wagon->has_compartments) { Abteilwagen % }
% }