{% extends "base.html" %} {% load wiki_markup %} {% block title %}Person {{person|wiki_to_html_short}}{% endblock %} {% block contentheader %}

{{person|wiki_to_html_short}}

{% endblock %} {% block content %} {{person.blurb}} {% for pic in person.photo_set

{{person|wiki_to_html_short}} has been on expo in the following years:

{% for personexpedition in person.personexpedition_set.all %} | {{personexpedition.expedition.year}} {% endfor %}

{% endblock %}