publik-base-theme/templates/variants/toodego/combo/json/caluire-responsables.html

17 lines
1.2 KiB
HTML

<h2>Responsables</h2>
<div>
<p><b>Responsable du foyer</b>
<p>{{ json.data.RESPONSABLE1.CIVILITE|default:"" }} {{ json.data.RESPONSABLE1.PRENOM|default:"" }} {{ json.data.RESPONSABLE1.NOM|default:"" }}</br>
Tél : {{ json.data.RESPONSABLE1.TELFIXE|default:"" }} / Mob : {{ json.data.RESPONSABLE1.TELPORTABLE|default:"" }}</br>
Courriel : {{ json.data.RESPONSABLE1.MAIL|default:"" }}</br>
<a href="{{ eservices_url }}famille/modifier-mon-dossier-unique-telephone-et-courriel/">Modifier le téléphone ou courriel</a></p>
<p><b>Responsable du foyer</b>
<p>{{ json.data.RESPONSABLE2.CIVILITE|default:"" }} {{ json.data.RESPONSABLE2.PRENOM|default:"" }} {{ json.data.RESPONSABLE2.NOM|default:"" }}</br>
Tél : {{ json.data.RESPONSABLE2.TELFIXE|default:"" }} / Mob : {{ json.data.RESPONSABLE2.TELPORTABLE|default:"" }}</br>
Courriel : {{ json.data.RESPONSABLE2.MAIL|default:"" }}</br>
<a href="{{ eservices_url }}famille/modifier-mon-dossier-unique-telephone-et-courriel/">Modifier le téléphone ou courriel</a></p>
<p><a class="pk-button" href="{{ eservices_url }}famille/modifier-mon-dossier-unique-changement-de-situation-familiale/">Changement de situation familiale</a></p>
</div>