{% extends "base.html" %} {% load wiki_markup %} {% block title %}Person Index{% endblock %} {% block content %}

Notable expoers

{% for person in notablepersons %} {% endfor %}
PersonFirstLastNotability
{{person|wiki_to_html_short}} {{person.Firstexpedition.expedition.year}} {{person.Lastexpedition.expedition.year}} {{person.notability}}

All expoers

{% for persons in personss %} {% endfor %}
{% for person in persons %} {% endfor %}
PersonFirstLast
{{person|wiki_to_html_short}} {{person.Firstexpedition.expedition.year}} {{person.Lastexpedition.expedition.year}}
{% endblock %}