blob: a11225823d1970abcefa2c91c8a29dd8e201cb02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
%= 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');
% }
|