Lieferscheine

This commit is contained in:
2023-08-09 22:41:00 +02:00
parent f4c24d9578
commit 7af27ab5de
16 changed files with 269 additions and 39 deletions

View File

@ -24,7 +24,7 @@
<header>@Raw(Model.Header)</header>
<div class="footer-wrapper">
<div class="pre-footer">
<span class="date">@Model.FullDateString</span>
<span class="date">@($"{Model.Date:dddd, d. MMMM yyyy}")</span>
<span class="page"></span>
</div>
<footer>@Raw(Model.Footer)</footer>