From 1f704a197b464b246237c37d00220519849b714a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 21 Jan 2022 08:52:06 +0100 Subject: [PATCH] alpes-maritimes-2018: update page senior contenu cell template (#60886) --- .../json/seniors-page-senior-contenu.html | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/templates/variants/alpes-maritimes-2018/combo/json/seniors-page-senior-contenu.html b/templates/variants/alpes-maritimes-2018/combo/json/seniors-page-senior-contenu.html index 811a7a3e..ec9fa237 100644 --- a/templates/variants/alpes-maritimes-2018/combo/json/seniors-page-senior-contenu.html +++ b/templates/variants/alpes-maritimes-2018/combo/json/seniors-page-senior-contenu.html @@ -40,11 +40,23 @@ {% if fiche %}
-

Le senior est inscrit à {{ fiche.fields.lieu_inscription }}. {% if not fiche.fields.archive %}Modifier{% endif %}

-

+ + + + + + + +
+

Lieu d'inscription

+

Le senior est inscrit à {{ fiche.fields.lieu_inscription }}. {% if not fiche.fields.archive %}Modifier{% endif %}

+
+

Fiche d'inscription

+

{% if not fiche.fields.archive %}Fiche à imprimer{% endif %} - {% if fiche.fields.fiche_senior_signee %}- Fiche signée{% endif %} - {% if not fiche.fields.archive %}- {% if fiche.fields.fiche_senior_signee %}Modifier la fiche signée{% else %}Déposer la fiche signée{% endif %}{% endif %}

+ {% if fiche.fields.fiche_senior_signee %}{% if not fiche.fields.archive %}- {% endif %}Fiche signée{% endif %} + {% if not fiche.fields.archive %}- {% if fiche.fields.fiche_senior_signee %}Modifier{% else %}Déposer la fiche signée{% endif %}{% if fiche.fields.fiche_senior_signee %} / Supprimer{% endif %}{% endif %}

+

{% endif %} @@ -131,7 +143,9 @@ Centres d'intérêt{{fiche.fields.ci|default:"Aucun centre d'intérêt"}} Accepte d'être photographié pendant les activités ?{{ fiche.fields.okphoto }} Canaux de contact{{ fiche.fields.canaux_contact|default:"Aucun" }} + {% if conjoint %} Envoyer les courriers (dont brochure) ?{% if fiche.fields.non_envoi_brochure %}Non, car envoi au conjoint.{% else %}Oui{% endif %} + {% endif %}

-- 2.34.1