{% extends "webpage/base.html" %} {% block Titel %} See all Persons {% endblock %} {% block content %}
| Name | lives/lived | places | {% for object in object_list %}
|---|---|---|
| {{ object }} | {{ object.start_date_written }} {% if object.end_date_written %} - {{ object.end_date_written }} {% endif %} | {{ object.isoCode }} |