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

{{person|wiki_to_html_short}}

{% endblock %} {% block content %} {% if person.blurb %} {{person.blurb|safe}} {% endif %} {% for pic in person.photo_set.all %} {% if pic.is_mugshot %}

{{ pic.caption }}

edit {{pic}}

{% endif %} {% endfor %}

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

{% endblock %}