|
@@ -1,8 +1,8 @@
|
|
{#each schueler as s (s.ID)}
|
|
{#each schueler as s (s.ID)}
|
|
{#each s.abschnitte.filter(aktHalbjahr) as hj (hj.ID)}
|
|
{#each s.abschnitte.filter(aktHalbjahr) as hj (hj.ID)}
|
|
<div class="page grid" orientation="portrait" size="A4">
|
|
<div class="page grid" orientation="portrait" size="A4">
|
|
- <Seitenlogo logo="daten/traeger_logo.svg"/>
|
|
|
|
- <Pageheader art="daten/zeugnis.svg" logo="daten/bk_logo.svg" untertitel="daten/untertitel.svg"/>
|
|
|
|
|
|
+ <Seitenlogo logo="{privat.traegerLogo}"/>
|
|
|
|
+ <Pageheader art="daten/zeugnis.svg" logo="{privat.logo}" untertitel="{privat.untertitel}"/>
|
|
<div class="main">
|
|
<div class="main">
|
|
<div style="font-size: 15pt; line-height: 1.5em">
|
|
<div style="font-size: 15pt; line-height: 1.5em">
|
|
{bg(s, 'Schulform')}
|
|
{bg(s, 'Schulform')}
|