{% extends "base.html" %} {% load wiki_markup %} {% load link %} {% block title %}Person {{personexpedition.person|wiki_to_html_short}} for {{personexpedition.expedition}}{% endblock %} {% block content %}

{{personexpedition.person}}: {{personexpedition.expedition}} ({{personexpedition.date_from}} - {{personexpedition.date_to}})

{{message}}

Main page for expedition: {{personexpedition.expedition}}

Main page for person: {{personexpedition.person}}

List of other expos by this person

{% for otherpersonexpedition in personexpedition.person.personexpedition_set.all %} {% ifequal otherpersonexpedition personexpedition %} | {{otherpersonexpedition.expedition.year}} {% else %} | {{ otherpersonexpedition|link }} {% endifequal %} {% endfor %}

Table of all trips and surveys aligned by date

{% for persondate in personchronology %} {% if persondate.1 %} {% else %} {% endif %} {% if persondate.2 %} {% else %} {% endif %} {% endfor %}
DateTripsSurveys
{{persondate.0}}{{persondate.1.logbook_entry.title|safe}} {{persondate.1.place|safe}} {{persondate.2.0}} {{persondate.2.1}}
{% endblock %}