% 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');
% }