{% import "includes/macros" as macros %} {% extends "base" %} {% block content %}
Name | Ort | {% for year in stat.pot_years | sort | reverse %}{{ year }} | {% endfor %}
---|---|---|
{{ boat.name }} | {{ boat.location }} | {% for year in stat.pot_years | sort | reverse %}{% if year~'' in boat.years %}{{ boat.years[year] }}{% endif %} | {% endfor %}