-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
apps/ey-pdfgen/templates/eypdfgen/partials_v2/barnepensjon/opplysningerOmUkjentForelder.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{{#if this}} | ||
<h2> | ||
{{#eq spraak "en"}} | ||
Unknown parent | ||
{{else}} | ||
{{#eq spraak "nn"}} | ||
Ukjent forelder | ||
{{else}} | ||
Ukjent forelder | ||
{{/eq}} | ||
{{/eq}} | ||
</h2> | ||
{{> eypdfgen/partials_v2/common/enkelOpplysning this}} | ||
{{/if}} |
6 changes: 6 additions & 0 deletions
6
apps/ey-pdfgen/templates/eypdfgen/partials_v2/common/enkelOpplysning.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{{#if this }} | ||
<div class="row opplysning"> | ||
<div class="col">{{this.spoersmaal}}</div> | ||
<div class="col">{{this.svar}}</div> | ||
</div> | ||
{{/if}} |
29 changes: 3 additions & 26 deletions
29
apps/ey-pdfgen/templates/eypdfgen/partials_v2/common/personalia/enkelPersonalia.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,3 @@ | ||
<div class="row opplysning"> | ||
<div class="col"> | ||
{{this.fornavn.spoersmaal}} | ||
</div> | ||
<div class="col"> | ||
{{this.fornavn.svar}} | ||
</div> | ||
</div> | ||
|
||
<div class="row opplysning"> | ||
<div class="col"> | ||
{{this.etternavn.spoersmaal}} | ||
</div> | ||
<div class="col"> | ||
{{this.etternavn.svar}} | ||
</div> | ||
</div> | ||
|
||
<div class="row opplysning"> | ||
<div class="col"> | ||
{{this.foedselsnummer.spoersmaal}} | ||
</div> | ||
<div class="col"> | ||
{{this.foedselsnummer.svar}} | ||
</div> | ||
</div> | ||
{{> eypdfgen/partials_v2/common/enkelOpplysning this.fornavn}} | ||
{{> eypdfgen/partials_v2/common/enkelOpplysning this.etternavn}} | ||
{{> eypdfgen/partials_v2/common/enkelOpplysning this.foedselsnummer}} |