mirror of
https://github.com/derf/travelynx
synced 2024-11-10 23:14:16 +00:00
9 lines
243 B
Text
9 lines
243 B
Text
%= 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');
|
|
% }
|