This commit is contained in:
Moritz Utcke
2025-08-05 12:13:18 -04:00
parent 8d07486bed
commit addb647618

View File

@@ -32,9 +32,12 @@
<div class="flex flex-col gap-4 mt-12">
{{#if @first}}
<div class="flex flex-row justify-between items-center">
<div class="flex flex-col">
<p class="font-semibold">Erzielte Conversions {{ @root.monat }}</p>
<p>Erstellt am {{ @root.heute }}</p>
</div>
<p class="font-semibold">Gesamt {{ @root.gesamt }} €</p>
</div>
{{/if}}
<table class="table border-collapse border border-black">
<thead>
@@ -80,6 +83,5 @@
<p class="font-semibold">info@online-energieausweis.org</p>
</footer>
{{/each}}
<span class="absolute bottom-24 right-16 font-semibold">Gesamt {{ gesamt }} €</span>
</body>
</html>