{% extends 'base.html' %} {% block content %}
| Date | {% for e in person['FilteredExercises'] %}{{ e['ExerciseName'] }} | {% endfor %}
|---|---|
| {{ w['StartDate'] | strftime("%b %d %Y") }} | {% for e in person['FilteredExercises'] %}{% set topset_exercise = w['TopSets'] | get_first_element_from_list_with_matching_attribute('ExerciseId', e['ExerciseId']) %} {% if topset_exercise %} {{ topset_exercise['Repetitions'] }} x {{ topset_exercise['Weight'] }}kg {% endif %} | {% endfor %}