diff --git a/templates/partials/page/calendar.html b/templates/partials/page/calendar.html index 33a7089..991aade 100644 --- a/templates/partials/page/calendar.html +++ b/templates/partials/page/calendar.html @@ -97,19 +97,23 @@ get_first_element_from_list_with_matching_attribute(person['Workouts'], 'StartDate', date) %} -
{{ date.day }}
-
+
{% if workout['TopSets']|length > 0 %} {% for topset in workout['TopSets'] %} - {% endfor %}