{% extends "table.html" %} {% block table %}

Residences

{% for obj in page.object_list %} {% empty %} {% endfor %}
Residence Start Finish
{% if obj.label %} {{ obj.label }} {% else %} Unknown {% endif %} {% if obj.start %} {{ obj.start }} {% else %} Unknown {% endif %} {% if obj.finish %} {{ obj.finish }} {% else %} Unknown {% endif %}
No residences found
{% endblock table %}