From 9ecb286460fb1b0b9bd93ef96fcc448fa2788442 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 2 Sep 2024 17:25:32 +0200 Subject: New template for a health tracker --- planner/templates/week_health-A6-r.svg | 797 ++++++++++++++++++++++++++++++++ planner/templates/week_health-A6-v.svg | 801 +++++++++++++++++++++++++++++++++ 2 files changed, 1598 insertions(+) create mode 100644 planner/templates/week_health-A6-r.svg create mode 100644 planner/templates/week_health-A6-v.svg diff --git a/planner/templates/week_health-A6-r.svg b/planner/templates/week_health-A6-r.svg new file mode 100644 index 0000000..6ffd330 --- /dev/null +++ b/planner/templates/week_health-A6-r.svg @@ -0,0 +1,797 @@ + + + + + + + + + + + + + + + + + + + + + + week + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ week[-1].strftime('%Y') }} + {{ week[-1].strftime('%B') }} + {{ week[0].strftime('%A') }} + {{ week[0].strftime('%d') }} + {{ week[1].strftime('%A') }} + {{ week[1].strftime('%d') }} + {{ week[2].strftime('%A') }} + {{ week[2].strftime('%d') }} + {{ week[3].strftime('%A') }} + {{ week[3].strftime('%d') }} + {{ week[4].strftime('%A') }} + {{ week[4].strftime('%d') }} + {{ week[5].strftime('%A') }} + {{ week[5].strftime('%d') }} + {{ week[6].strftime('%A') }} + {{ week[6].strftime('%d') }} + + + {{ text[0] }} + {{ text[1] }} + {{ text[2] }} + {{ text[3] }} + {{ text[4] }} + {{ text[5] }} + {{ text[6] }} + + + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + notes + + diff --git a/planner/templates/week_health-A6-v.svg b/planner/templates/week_health-A6-v.svg new file mode 100644 index 0000000..44c6242 --- /dev/null +++ b/planner/templates/week_health-A6-v.svg @@ -0,0 +1,801 @@ + + + + + + + + + + + + + + + + + + + + + + week + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ week[0].strftime('%B') }} + {{ week[0].strftime('%Y') }} + {{ week[0].strftime('%A') }} + {{ week[0].strftime('%d') }} + {{ week[1].strftime('%A') }} + {{ week[1].strftime('%d') }} + {{ week[2].strftime('%A') }} + {{ week[2].strftime('%d') }} + {{ week[3].strftime('%A') }} + {{ week[3].strftime('%d') }} + {{ week[4].strftime('%A') }} + {{ week[4].strftime('%d') }} + {{ week[5].strftime('%A') }} + {{ week[5].strftime('%d') }} + {{ week[6].strftime('%A') }} + {{ week[6].strftime('%d') }} + + + {{ text[0] }} + {{ text[1] }} + {{ text[2] }} + {{ text[3] }} + {{ text[4] }} + {{ text[5] }} + {{ text[6] }} + + + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + blood pressure + notes + weight + notes + + -- cgit v1.2.3