{% extends "base.html" %} {% block title %}Person {{person}}{% endblock %} {% block contentheader %}

{{person|safe}}

{% endblock %} {% block content %} {% if person.mug_shot %}

{% endif %}

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

{% for personexpedition in person.personexpedition_set.all %} {% endfor %}
ExpoLogbook mentionsSurvex trips
{{personexpedition.expedition.year}}   {{personexpedition.personlogentry_set.all|length}}   {{personexpedition.survexpersonrole_set.all|length}}

Surveys done

Wallets and surveys mentioning {{person}}
{% if person.blurb %} {{person.blurb|safe}} {% else %} To add a blurb file for a person, create /folk/l/.html and register it in /folk/folk.csv . Documented in /handbook/computing/folkupdate.html {% endif %} {% endblock %}