Explorar o código

projekte mit nummer

burningTyger %!s(int64=5) %!d(string=hai) anos
pai
achega
e058ac1f7e
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      components/projektwoche-drucksache.svelte

+ 10 - 0
components/projektwoche-drucksache.svelte

@@ -1,3 +1,13 @@
+<div class="page" orientation="portrait" size="A4">
+  <div class="main">
+    <b>Projekte</b>
+    <dl>
+      {#each projekte.sort((a,b)=>a.id-b.id) as p}
+        <p class="has-text-weight-bold">{p.id} – {p.titel}</p>
+      {/each}
+    </dl>
+  </div>
+</div>
 <div class="page" orientation="portrait" size="A4">
   <div class="main">
     <b>Raumwünsche</b>