export optimization

This commit is contained in:
Jottyfan
2023-10-21 21:46:22 +02:00
parent e0e972cfe8
commit 3dd39751af
4 changed files with 15 additions and 9 deletions

View File

@ -35,7 +35,7 @@
<td><div th:text="${p.street}"></div> <span th:text="${p.zip}"></span>&nbsp;<span th:text="${p.city}"></span></td>
<td><div th:text="'Tel.: ' + ${p.phone}"></div>
<div th:text="${p.email}"></div></td>
<td><div th:text="${p.sex == 'male' ? 'männlich' : 'weiblich'}"></div>
<td><div th:text="${p.sex}"></div>
<div th:text="${p.camprolle}"></div></td>
<td><div th:text="${#temporals.format(p.birthDate, 'dd.MM.yyyy')}"></div>
<div th:text="${p.getAge(campStartDate)} + ' Jahre'"></div></td>