From eb9d06cb1cd79f37edcf44f122a36f124a82503e Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 12 Aug 2023 10:13:06 +0200 Subject: Moved planner generator to a subdirectory --- planner/templates/month-A6-v.svg | 1291 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 1291 insertions(+) create mode 100644 planner/templates/month-A6-v.svg (limited to 'planner/templates/month-A6-v.svg') diff --git a/planner/templates/month-A6-v.svg b/planner/templates/month-A6-v.svg new file mode 100644 index 0000000..90e4082 --- /dev/null +++ b/planner/templates/month-A6-v.svg @@ -0,0 +1,1291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ month[0].strftime('%d').lstrip('0') }} + {{ month[0].strftime('%a') if month[0] }} + {{ month[1].strftime('%d').lstrip('0') }} + {{ month[1].strftime('%a') if month[1] }} + {{ month[2].strftime('%d').lstrip('0') }} + {{ month[2].strftime('%a') if month[2] }} + {{ month[3].strftime('%d').lstrip('0') }} + {{ month[3].strftime('%a') if month[3] }} + {{ month[4].strftime('%d').lstrip('0') }} + {{ month[4].strftime('%a') if month[4] }} + {{ month[5].strftime('%d').lstrip('0') }} + {{ month[5].strftime('%a') if month[5] }} + {{ month[6].strftime('%d').lstrip('0') }} + {{ month[6].strftime('%a') if month[6] }} + {{ month[7].strftime('%d').lstrip('0') }} + {{ month[7].strftime('%a') if month[7] }} + {{ month[8].strftime('%d').lstrip('0') }} + {{ month[8].strftime('%a') if month[8] }} + {{ month[9].strftime('%d').lstrip('0') }} + {{ month[9].strftime('%a') if month[9] }} + {{ month[10].strftime('%d').lstrip('0') }} + {{ month[10].strftime('%a') if month[10] }} + {{ month[11].strftime('%d').lstrip('0') }} + {{ month[11].strftime('%a') if month[11] }} + {{ month[12].strftime('%d').lstrip('0') }} + {{ month[12].strftime('%a') if month[12] }} + {{ month[13].strftime('%d').lstrip('0') }} + {{ month[13].strftime('%a') if month[13] }} + {{ month[14].strftime('%d').lstrip('0') }} + {{ month[14].strftime('%a') if month[14] }} + {{ month[15].strftime('%d').lstrip('0') }} + {{ month[15].strftime('%a') if month[15] }} + {{ month[16].strftime('%d').lstrip('0') }} + {{ month[16].strftime('%a') if month[16] }} + {{ month[17].strftime('%d').lstrip('0') }} + {{ month[17].strftime('%a') if month[17] }} + {{ month[18].strftime('%d').lstrip('0') }} + {{ month[18].strftime('%a') if month[18] }} + {{ month[19].strftime('%d').lstrip('0') }} + {{ month[19].strftime('%a') if month[19] }} + {{ month[20].strftime('%d').lstrip('0') }} + {{ month[20].strftime('%a') if month[20] }} + {{ month[21].strftime('%d').lstrip('0') }} + {{ month[21].strftime('%a') if month[21] }} + {{ month[22].strftime('%d').lstrip('0') }} + {{ month[22].strftime('%a') if month[22] }} + {{ month[23].strftime('%d').lstrip('0') }} + {{ month[23].strftime('%a') if month[23] }} + {{ month[24].strftime('%d').lstrip('0') }} + {{ month[24].strftime('%a') if month[24] }} + {{ month[25].strftime('%d').lstrip('0') }} + {{ month[25].strftime('%a') if month[25] }} + {{ month[26].strftime('%d').lstrip('0') }} + {{ month[26].strftime('%a') if month[26] }} + {{ month[27].strftime('%d').lstrip('0') }} + {{ month[27].strftime('%a') if month[27] }} + {{ month[28].strftime('%d').lstrip('0') if month[28] }} + {{ month[28].strftime('%a') if month[28] }} + {{ month[29].strftime('%d').lstrip('0') if month[29] }} + {{ month[29].strftime('%a') if month[29] }} + {{ month[30].strftime('%d').lstrip('0') if month[30] }} + {{ month[30].strftime('%a') if month[30] }} + {{ text[0] }} + {{ text[1] }} + {{ text[2] }} + {{ text[3] }} + {{ text[4] }} + {{ text[5] }} + {{ text[6] }} + {{ text[7] }} + {{ text[8] }} + {{ text[9] }} + {{ text[10] }} + {{ text[11] }} + {{ text[12] }} + {{ text[13] }} + {{ text[14] }} + {{ text[15] }} + {{ text[16] }} + {{ text[17] }} + {{ text[18] }} + {{ text[19] }} + {{ text[20] }} + {{ text[21] }} + {{ text[22] }} + {{ text[23] }} + {{ text[24] }} + {{ text[25] }} + {{ text[26] }} + {{ text[27] }} + {{ text[28] }} + {{ text[29] }} + {{ text[30] }} + {{ month[0].strftime('%Y') }} + {{ month[0].strftime('%B') }} + + -- cgit v1.2.3