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

Swims

{% for o in page.object_list %} {% empty %} {% endfor %}
Date Distance Laps
{% if o.date %} {{ o.date }} {% else %} Unknown {% endif %} {% if o.distance %} {{ o.distance }} {% else %} Unknown {% endif %} {% if o.laps %} {{ o.laps }} {% else %} Unknown {% endif %}
No swims found
{% endblock table %}