re-implemented rendering of document

This commit is contained in:
2025-07-16 21:53:11 +02:00
parent 877edadd50
commit 7616aa9581
5 changed files with 11 additions and 19 deletions

View File

@@ -142,7 +142,7 @@
<span class="right"><? document.date ?></span>
</h2>
<hr/>
<div class="head"><? document.head ?></div>
<div class="head"><? document.head.rendered ?></div>
<table>
<tr>
<th><? Position ?></th>
@@ -165,7 +165,7 @@
</tr>
<tr>
<td><? optional ?></td>
<td colspan="5" class="description"><? description ?></td>
<td colspan="5" class="description"><? description.rendered ?></td>
</tr>
<!-- positions -->
@@ -191,7 +191,7 @@
<th class="right"><? document.gross_sum ?></th>
</tr>
</table>
<div class="foot"><? document.footer ?></div>
<div class="foot"><? document.footer.rendered ?></div>
<table class="bottom">
<tr>
<td><? document.sender.name ?></td>