@@ -132,35 +132,31 @@ <h1 class="d-none d-print-block h4 fw-bold">{{ lieuMediationNumerique.nom }}</h1
132
132
< div class ="small fw-bold text-muted mb-2 "> Caractéristiques du lieu</ div >
133
133
< app-modalites-accompagnement
134
134
[modalitesAccompagnement] ="lieuMediationNumerique.modalites_accompagnement "> </ app-modalites-accompagnement >
135
- <!-- <app-public-pris-en-charge-->
136
- <!-- [publicSpecifiquementAdresse]="lieuMediationNumerique.publics_specifiquement_adresses"></app-public-pris-en-charge>-->
135
+ < app-publics-specifiquement-adresses
136
+ [publicsSpecifiquementAdresses] ="
137
+ lieuMediationNumerique.publics_specifiquement_adresses
138
+ "> </ app-publics-specifiquement-adresses >
139
+ < app-prise-en-charge-specifique
140
+ [prisesEnChargeSpecifiques] ="lieuMediationNumerique.prise_en_charge_specifique "> </ app-prise-en-charge-specifique >
137
141
</ div >
138
142
</ ng-template >
139
143
</ div >
140
144
</ div >
141
145
< div class ="d-none d-print-block ">
142
- < div class ="d-flex mt-3 row ">
143
- < div class ="container-fluid mx-sm-3 mx-0 col mt-1 ">
144
- <!-- <img height="48" *ngIf="brandConfiguration.logoAvecTexte; brandLogo" [src]="brandConfiguration.logoAvecTexte" alt="" />-->
145
- <!-- <ng-template #brandLogo>-->
146
- <!-- <img height="48" *ngIf="brandConfiguration.logo" [src]="brandConfiguration.logo" alt="" />-->
147
- <!-- </ng-template>-->
148
- </ div >
149
- < div class ="d-flex col flex-column mb-2 text-start ">
150
- < div
151
- class ="d-flex col flex-column mb-2 text-start "
152
- *ngIf ="orientationSheetForm?.prescripteur as prescripteur; else noOrientationSheetFormFooter ">
153
- < small class ="fw-bold "> Orientation Réalisée par :</ small >
154
- < small > {{ prescripteur.firstname }} {{ prescripteur.lastname }}</ small >
155
- < small > {{ prescripteur.place }}</ small >
156
- </ div >
157
- < ng-template #noOrientationSheetFormFooter >
158
- < small > Fiche imprimée depuis</ small >
159
- < small class ="fw-bold "> Cartographie {{ brandConfiguration.name }}</ small >
160
- < small class ="fw-bold "> {{ currentUrl }}</ small >
161
- < small > le {{ currentDate | date : 'dd/MM/yyyy' }}</ small >
162
- </ ng-template >
146
+ < div class ="d-flex col flex-column mb-2 text-start ">
147
+ < div
148
+ class ="d-flex col flex-column mb-2 text-start "
149
+ *ngIf ="orientationSheetForm?.prescripteur as prescripteur; else noOrientationSheetFormFooter ">
150
+ < small class ="fw-bold "> Orientation Réalisée par :</ small >
151
+ < small > {{ prescripteur.firstname }} {{ prescripteur.lastname }}</ small >
152
+ < small > {{ prescripteur.place }}</ small >
163
153
</ div >
154
+ < ng-template #noOrientationSheetFormFooter >
155
+ < small > Fiche imprimée depuis</ small >
156
+ < small class ="fw-bold "> Cartographie {{ brandConfiguration.name }}</ small >
157
+ < small class ="fw-bold "> {{ currentUrl }}</ small >
158
+ < small > le {{ currentDate | date : 'dd/MM/yyyy' }}</ small >
159
+ </ ng-template >
164
160
</ div >
165
161
</ div >
166
162
</ div >
0 commit comments