{% extends 'base.html' %} {% block content %}

{{ person['Name'] }}

List of workouts
{% for e in exercises %} {% endfor %} {% for w in workouts %} {% for e in exercises %} {% endfor %} {% endfor %}
Date {{ e['Name'] }}
{{ w['start_date'] }} {% if e['ExcerciseId'] in w['topset_exercises'] %} {{ w['topset_exercises'][e['ExcerciseId']] }} {% endif %} Edit Delete
New workout
{% endblock %}