%= include '_history_years', current => $year; % if (stash('statistics')) { %= include '_history_stats', stats => stash('statistics'); % }
% if (stash('have_review')) {
Karte
 
Rückblick
% } % else {
Karte
% }
%= include '_history_months_for_year'; % if (param('filter') and param('filter') eq 'single') {

Die folgende Auflistung enthält nur Fahrten, deren Kombination aus Start und Ziel im aktuellen Jahr einmalig ist.

% } % if (stash('journeys')) { %= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys'); % }