From a968c6af2562b5d6cfa7866e2e5835f2b89b31b4 Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Mon, 6 Jan 2025 15:08:47 +0100 Subject: [PATCH] fix: member list template --- src/templates/member.list.body.template.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/templates/member.list.body.template.html b/src/templates/member.list.body.template.html index 9cb0396..cc0996c 100644 --- a/src/templates/member.list.body.template.html +++ b/src/templates/member.list.body.template.html @@ -8,11 +8,13 @@

Mitgliederliste


- +
{{#each member}} - - + + {{/each}}
{{this.firstname}} {{this.lastname}} {{this.nameaffix}} + {{this.lastname}} {{this.firstname}}{{#if this.nameaffix}} - {{this.nameaffix}}{{/if}} +
@@ -37,10 +39,12 @@ margin-bottom: 5px; } - table, th, td { - border: 1px solid black; - border-collapse: collapse; - text-align: start; + table, + th, + td { + border: 1px solid black; + border-collapse: collapse; + text-align: start; }