blob: 9ad7031261a340ddf4bf05e3dec157cf2b1c49f4 (
plain)
1
2
3
4
5
6
7
8
9
|
%= include '_history_months';
% if (stash('statistics')) {
%= include '_history_stats', stats => stash('statistics');
% }
% if (stash('journeys')) {
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');
% }
|