{% extends "base.html" %} {% load wiki_markup %} {% block title %}Person {{person|wiki_to_html_short}}{% endblock %} {% block content %}
{{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 %}