{% extends "base.html" %} {% load wiki_markup %} {% load link %} {% block title %}Person {{personexpedition.person|wiki_to_html_short}} for {{personexpedition.expedition}}{% endblock %} {% block content %}
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 %}
Date | Trips | Surveys | ||||||
---|---|---|---|---|---|---|---|---|
{{persondate.0}} | {% if persondate.1 %}{{persondate.1.logbook_entry.title|safe}} | {{persondate.1.place|safe}} | {% else %}{% endif %} {% if persondate.2 %} | {{persondate.2.0}} | {{persondate.2.1}} | {% else %}{% endif %} |