Merge branch 'next' into develop
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
<dd *ngIf="contactInformation.email; else emptyDD">
|
||||
<a href="mailto:{{contactInformation.email}}">{{ contactInformation.email }}</a>
|
||||
</dd>
|
||||
<ng-container *ngIf="avropInformation">
|
||||
<dt>Behov av tolk:</dt>
|
||||
<dd>{{avropInformation.tolkbehov ? 'Ja (' + avropInformation.tolkbehov + ')' : 'Nej'}}</dd>
|
||||
<dt>Behov av språkstöd:</dt>
|
||||
<dd>{{avropInformation.sprakstod ? 'Ja (' + avropInformation.sprakstod + ')' : 'Nej'}}</dd>
|
||||
</ng-container>
|
||||
</dl>
|
||||
</div>
|
||||
<ng-container *ngIf="avropInformation">
|
||||
|
||||
Reference in New Issue
Block a user