summaryrefslogtreecommitdiff
path: root/templates/_train_attr.html.ep
blob: 1b40d1274015bbb82e3fe2b6112fb343e6fc2de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% if ($attr->{series}) {
  <span>BR <%= $attr->{series} %></span>
% }
% if ($attr->{vmax}) {
  <span><%= $attr->{vmax} %> km/h</span>
% }
% if ($attr->{length}) {
   <span>⇤ <%= $attr->{length} %>m ⇥</span>
% }
% if ($attr->{weight}) {
   <span><%= $attr->{weight} %>t</span>
% }
% if ($attr->{brakingPercentage}) {
  <span>λ=<%= $attr->{brakingPercentage} %></span>
% }
% if ($with_station and $attr->{range}[0]) {
  <span>ab <%= $attr->{range}[0] %></span>
% }