{% extends "base.html" %} {% block title %}Expedition {{expedition.name}}{% endblock %} {% block related %} {% endblock %} {% block content %}

{{expedition.name}}

Other years: {% for otherexpedition in expeditions %} {% if otherexpedition == expedition %} | {{otherexpedition.year}} {% else %} | {{ otherexpedition.year }} {% endif %} {% endfor %}

See also the