{% 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.personexpedition_set.all.0.expedition.year }} {{ person.personexpedition_set.latest.expedition.year }} {{person.notability}}

All expoers

{% for persons in personss %} {% endfor %}
{% for person in persons %} {% endfor %}
PersonFirstLast
{{person|wiki_to_html_short}} {{person.personexpedition_set.all.0.expedition.year}} {{person.personexpedition_set.latest.expedition.year}}
{% endblock %}