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

Swims

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