% my $since = get_user_data()->{registered_at};
% my $now = DateTime->now(time_zone => 'Europe/Berlin');
%= include '_history_years', current => '', since => $since->clone, now => $now;
Nach Monat
%= include '_history_months', current => '', since => $since->clone, now => $now;
% if (stash('statistics')) {
%= include '_history_stats', stats => stash('statistics');
% }