% if (@{$station_coordinates}) {
Zugfahrten zwischen <%= $range_from->strftime('%d.%m.%Y') %> und <%= $range_to->strftime('%d.%m.%Y') %>
% }
% else {
Keine Zugfahrten gefunden.
% }
%= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs
%