mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
11 lines
301 B
Text
11 lines
301 B
Text
%= include '_history_years', current => $year;
|
|
|
|
% if (stash('statistics')) {
|
|
%= include '_history_stats', stats => stash('statistics');
|
|
% }
|
|
%
|
|
%= include '_history_months_for_year';
|
|
|
|
% if (stash('journeys')) {
|
|
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');
|
|
% }
|