Fahrten

Hier finden sich alle bisherigen Zugfahrten und Statistiken für jedes Jahr und jeden Monat.
cancel Zugausfälle
 
add Neue Fahrt
 
cloud JSON-Export

Nach Jahr

% my $since = get_oldest_journey_ts(); % my $now = DateTime->now(time_zone => 'Europe/Berlin'); % if ($since) { %= include '_history_years', current => '', since => $since->clone, now => $now; % } % else {
Noch keine Fahrten.
% }

Nach Monat

% if ($since) { %= include '_history_months', current => '', since => $since->clone, now => $now; % } % else {
Noch keine Fahrten.
% } % if (stash('statistics')) { %= include '_history_stats', stats => stash('statistics'); % }