{% extends "base.html" %} {% load wiki_markup %} {% block title %}Person Index{% endblock %} {% block content %}
Person | First | Last | Notability |
---|---|---|---|
{{person|wiki_to_html_short}} | {{ person.first.expedition.year }} | {{ person.last.expedition.year }} | {{person.notability}} |
|
{% endfor %}