parent
d5bf004912
commit
40578196bc
2 changed files with 9 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
|||
{{ c.flag }} {{ c.name }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div>Flights in {{ year }}: {{ year_stats.flight_count }}</div>
|
||||
<div>Trains in {{ year }}: {{ year_stats.train_count }}</div>
|
||||
<div>Total distance in {{ year}}: {{ format_distance(year_stats.total_distance) }}</div>
|
||||
{% for transport_type, distance in year_stats.distances_by_transport_type.items() %}
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue