templates: adjust typography, non-breaking spaces and apostrophes (#47201)

This commit is contained in:
Frédéric Péters 2020-09-30 20:48:19 +02:00
parent a260ebd8da
commit e53508c479
53 changed files with 237 additions and 237 deletions

View File

@ -1,7 +1,7 @@
{% extends "emails/body_base.html" %}
{% block content %}
<p>Bonjour,</p>
<p>Pour valider la demande de suppression de votre compte, veuillez cliquer sur le bouton suivant :</p>
<p>Pour valider la demande de suppression de votre compte, veuillez cliquer sur le bouton suivant :</p>
{% include "emails/button-link.html" with url=deletion_url label="Supprimer mon compte" %}
<p>
Toutes les données associées seront supprimées.

View File

@ -2,7 +2,7 @@
{% block content %}{% autoescape off %}Bonjour,
Pour valider la demande de suppression de votre compte, veuillez cliquer
sur le lien suivant :
sur le lien suivant :
{{ deletion_url }}

View File

@ -1,7 +1,7 @@
{% extends "emails/body_base.txt" %}{% block content %}{% autoescape off %}Bonjour {{ user.get_full_name }},
Votre compte a été créé : bienvenue ! Pour vous connecter, utilisez les
informations suivantes :
Votre compte a été créé : bienvenue ! Pour vous connecter, utilisez les
informations suivantes :
* {% if user.email %}Courriel : {{ user.email }}{% else %}Identifiant : {{ user.username }}{% endif %}
{% if user.has_usable_password %}* Mot de passe : celui que vous venez de choisir lors de linscription.

View File

@ -11,8 +11,8 @@
<h3>{{ dossier.demande.type }} ({{ dossier.demande.nature }})</h3>
<ul>
<li>Aide attribuée le {{ dossier.suivi.dateDecision|parse_date|date:"j F Y" }}</li>
<li>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}</li>
<li>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}</li>
<li>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}</li>
<li>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}</li>
</ul>
<p><a href="apa-droits/?user_id={{ user_id }}&detail_id={{ forloop.counter }}">
→ consulter le dossier</a></p>
@ -69,7 +69,7 @@
</p>
<p>
<b>Décision</b> : Accepté le {{ dossier.suivi.dateDecision|parse_date|date:"j F Y" }}<br />
<b>Décision</b> : Accepté le {{ dossier.suivi.dateDecision|parse_date|date:"j F Y" }}<br />
</p>
</div> <!-- grid-2-3 -->

View File

@ -11,10 +11,10 @@
<h3>{{ dossier.demande.type }} ({{ dossier.demande.nature }})</h3>
<ul>
{% if dossier.complementDossier.dateArrivee %}
<li>Date darrivée : {{ dossier.complementDossier.dateArrivee|parse_date|date:"j F Y" }}</li>
<li>Date darrivée : {{ dossier.complementDossier.dateArrivee|parse_date|date:"j F Y" }}</li>
{% endif %}
{% if dossier.complementDossier.dateDossierComplet %}
<li>Date de dossier complet : {{ dossier.complementDossier.dateDossierComplet|parse_date|date:"j F Y" }}</li>
<li>Date de dossier complet : {{ dossier.complementDossier.dateDossierComplet|parse_date|date:"j F Y" }}</li>
{% endif %}
{% if dossier.visite.date %}
@ -23,17 +23,17 @@
</strong></li>
{% endif %}
<li>Décision : {{ dossier.suivi.decision }}
<li>Décision : {{ dossier.suivi.decision }}
{% if dossier.suivi.date %}
(le {{ dossier.suivi.decision|parse_date|date:"j F Y" }})
{% endif %}
</li>
{% if dossier.droit.dateDebut %}
<li>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}</li>
<li>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}</li>
{% endif %}
{% if dossier.droit.dateFin %}
<li>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}</li>
<li>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}</li>
{% endif %}
</ul>
<p><a href="apa-historique/?user_id={{ user_id }}&detail_id={{ forloop.counter }}">
@ -76,16 +76,16 @@
{% endif %}
<p>
<strong>Décision : {{ dossier.suivi.decision }}</strong> le
<strong>Décision : {{ dossier.suivi.decision }}</strong> le
{{ dossier.suivi.dateDecision|parse_date|date:"j F Y" }}
</p>
{% if dossier.droit.dateDebut %}
<p>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}
<p>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}
{% endif %}
{% if dossier.droit.dateFin %}
<p>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}
<p>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}
{% endif %}
</div> <!-- grid-2-3 -->

View File

@ -11,10 +11,10 @@
<h3>{{ dossier.demande.type }} ({{ dossier.demande.nature }})</h3>
<ul>
{% if dossier.complementDossier.dateArrivee %}
<li>Date darrivée : {{ dossier.complementDossier.dateArrivee|parse_date|date:"j F Y" }}</li>
<li>Date darrivée : {{ dossier.complementDossier.dateArrivee|parse_date|date:"j F Y" }}</li>
{% endif %}
{% if dossier.complementDossier.dateDossierComplet %}
<li>Date de dossier complet : {{ dossier.complementDossier.dateDossierComplet|parse_date|date:"j F Y" }}</li>
<li>Date de dossier complet : {{ dossier.complementDossier.dateDossierComplet|parse_date|date:"j F Y" }}</li>
{% endif %}
{% if dossier.visite.date %}
@ -23,17 +23,17 @@
</strong></li>
{% endif %}
<li>Décision : {{ dossier.suivi.decision }}
<li>Décision : {{ dossier.suivi.decision }}
{% if dossier.suivi.date %}
(le {{ dossier.suivi.decision|parse_date|date:"j F Y" }})
{% endif %}
</li>
{% if dossier.droit.dateDebut %}
<li>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}</li>
<li>Début des droits : {{ dossier.droit.dateDebut|parse_date|date:"j F Y" }}</li>
{% endif %}
{% if dossier.droit.dateFin %}
<li>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}</li>
<li>Fin des droits : {{ dossier.droit.dateFin|parse_date|date:"j F Y" }}</li>
{% endif %}
</ul>
<p>

View File

@ -11,7 +11,7 @@
<h3>{% include "combo/json/apa-user-label.html" with individu=individu %}</h3>
<p class="birthdate">
<span class="label">Date de naissance :</span> {{ individu.dateNaissance|parse_date|date:"j F Y" }}
<span class="label">Date de naissance :</span> {{ individu.dateNaissance|parse_date|date:"j F Y" }}
</p>
<p class="address">
@ -49,11 +49,11 @@
{% endwith %}
<br />
{% if tutelle.dateEffet %}
<strong>Date deffet</strong> :
<strong>Date deffet</strong> :
{{ tutelle.dateEffet|parse_date|date:"j F Y" }}<br />
{% endif %}
{% if tutelle.dateFin %}
<strong>Date de fin</strong> :
<strong>Date de fin</strong> :
{{ tutelle.dateFin|parse_date|date:"j F Y" }}<br />
{% endif %}
{% endfor %}

View File

@ -3,8 +3,8 @@
<h2>Mon accompagnement global</h2>
<div>
<div class="rsa-cell--introduction">
<p>Je suis (ou j'ai été) accompagné(e) par le Département et par Pôle Emploi.<br/>
Pôle Emploi m'aide à trouver un emploi ou une formation.<br/>
<p>Je suis (ou jai été) accompagné(e) par le Département et par Pôle Emploi.<br/>
Pôle Emploi maide à trouver un emploi ou une formation.<br/>
Le Département maide à trouver des solutions à mes problèmes.</p>
</div>

View File

@ -1,6 +1,6 @@
{% if not json_brsa.err %}
<h2>Mes actions d'insertion</h2>
<h2>Mes actions dinsertion</h2>
<div>
<div class="rsa-cell--introduction">
<p>Le Département propose des actions qui vont maider selon mes besoins.</p>
@ -28,7 +28,7 @@
</table>
</div>
{% else %}
<div class="pk-information"><p>Je n'ai aucune action en cours.</p></div>
<div class="pk-information"><p>Je nai aucune action en cours.</p></div>
{% endif %}
</div>

View File

@ -2,13 +2,13 @@
<h2>Mes contacts</h2>
<div>
<h3>Territoire d'Action Sociale{% if json.data.dossier.adresse.lieu.localisation.nomCirconscription %} {{ json.data.dossier.adresse.lieu.localisation.nomCirconscription }}{% endif %}</h3>
<h3>Territoire dAction Sociale{% if json.data.dossier.adresse.lieu.localisation.nomCirconscription %} {{ json.data.dossier.adresse.lieu.localisation.nomCirconscription }}{% endif %}</h3>
{% if json.data.dossier.adresse.lieu.localisation.nomCirconscription %}
{% with circonscription=json.data.dossier.adresse.lieu.localisation.circonscription %}
<ul>
<li>Adresse : <strong>{{ circonscription.adresse.numero|default:"" }} {{ circonscription.adresse.lieu.nom|default:"" }} {{ circonscription.adresse.lieu.commune.codePostal|default:"" }} {{ circonscription.adresse.lieu.commune.nom|default:"" }}</strong></li>
{% if circonscription.stdCirconscription %}<li>Téléphone : <strong>{{ circonscription.stdCirconscription|phonenumber_fr }}</strong></li>{% endif %}
{% if circonscription.emailCirconscription %}<li>Email : <strong>{{ circonscription.emailCirconscription }}</strong></li>{% endif %}
<li>Adresse : <strong>{{ circonscription.adresse.numero|default:"" }} {{ circonscription.adresse.lieu.nom|default:"" }} {{ circonscription.adresse.lieu.commune.codePostal|default:"" }} {{ circonscription.adresse.lieu.commune.nom|default:"" }}</strong></li>
{% if circonscription.stdCirconscription %}<li>Téléphone : <strong>{{ circonscription.stdCirconscription|phonenumber_fr }}</strong></li>{% endif %}
{% if circonscription.emailCirconscription %}<li>Email : <strong>{{ circonscription.emailCirconscription }}</strong></li>{% endif %}
</ul>
{% endwith %}
{% else %}

View File

@ -3,8 +3,8 @@
<h2>Mes indus</h2>
<div>
<div class="rsa-cell--introduction">
<p>J'ai perçu à tort trop de RSA.</p>
<p>J'ai fait une demande pour réduire ou annuler ma dette.</p>
<p>Jai perçu à tort trop de RSA.</p>
<p>Jai fait une demande pour réduire ou annuler ma dette.</p>
</div>
<div class="rsa-cell--datas">
<h3>Mes demandes</h3>

View File

@ -4,8 +4,8 @@
{% with cli=json.data.dossier.adresse.lieu.localisation.cli %}
<ul>
{% if cli.lcCli %}<li><strong>{{ cli.lcCli }}</strong></li>{% endif %}
{% if cli.telephoneCli %}<li>Téléphone : <strong>{{ cli.telephoneCli|phonenumber_fr }}</strong></li>{% endif %}
{% if cli.emailCli %}<li>Email: <strong>{{ cli.emailCli }}</strong></li>{% endif %}
{% if cli.telephoneCli %}<li>Téléphone : <strong>{{ cli.telephoneCli|phonenumber_fr }}</strong></li>{% endif %}
{% if cli.emailCli %}<li>Email : <strong>{{ cli.emailCli }}</strong></li>{% endif %}
<ul>
{% endwith %}
@ -22,8 +22,8 @@
<ul>
<li><strong>{{ json_evaluations.data.corrOrientIntervenantSocial|default:"" }}{% if json_evaluations.data.corrOrientStructureAccompagnement %} - {{ json_evaluations.data.corrOrientStructureAccompagnement }}{% endif %}</strong></li>
{% if json_evaluations.data.rsa_links.corrOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ json_evaluations.data.rsa_links.corrOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if json_evaluations.data.rsa_links.corrOrientStructAcc.content.email %}<li>Email: <strong>{{ json_evaluations.data.rsa_links.corrOrientStructAcc.content.email }}</strong></li>{% endif %}
{% if json_evaluations.data.rsa_links.corrOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ json_evaluations.data.rsa_links.corrOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if json_evaluations.data.rsa_links.corrOrientStructAcc.content.email %}<li>Email : <strong>{{ json_evaluations.data.rsa_links.corrOrientStructAcc.content.email }}</strong></li>{% endif %}
<ul>
{% else %}
@ -31,8 +31,8 @@
<ul>
{% if json_evaluations.data.refOrientIntervenantSocial %}<li><strong>{{ json_evaluations.data.refOrientIntervenantSocial }}</strong></li>{% endif %}
{% if json_evaluations.data.rsa_links.refOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ json_evaluations.data.rsa_links.refOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if json_evaluations.data.rsa_links.refOrient.content.coordonnees.courriel %}<li>Email: <strong>{{ json_evaluations.data.rsa_links.refOrient.content.coordonnees.courriel }}</strong></li>{% endif %}
{% if json_evaluations.data.rsa_links.refOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ json_evaluations.data.rsa_links.refOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if json_evaluations.data.rsa_links.refOrient.content.coordonnees.courriel %}<li>Email : <strong>{{ json_evaluations.data.rsa_links.refOrient.content.coordonnees.courriel }}</strong></li>{% endif %}
<ul>
{% endif %}
@ -43,8 +43,8 @@
{% with cli=json.data.dossier.adresse.lieu.localisation.cli %}
<ul>
{% if cli.lcCli %}<li><strong>{{ cli.lcCli }}</strong></li>{% endif %}
{% if cli.telecopieCli %}<li>Téléphone : <strong>{{ cli.telecopieCli|phonenumber_fr }}</strong></li>{% endif %}
{% if cli.emailCli %}<li>Email: <strong>{{ cli.emailCli }}</strong></li>{% endif %}
{% if cli.telecopieCli %}<li>Téléphone : <strong>{{ cli.telecopieCli|phonenumber_fr }}</strong></li>{% endif %}
{% if cli.emailCli %}<li>Email : <strong>{{ cli.emailCli }}</strong></li>{% endif %}
<ul>
{% endwith %}

View File

@ -1,7 +1,7 @@
<h2>{% if json.data|length > 1 %}Mes dossiers{% else %}Mon dossier{% endif %}</h2>
<div class="apa-users">
{% if not json.data %}
<p>Aucun dossier n'est rattaché à votre compte.</p>
<p>Aucun dossier nest rattaché à votre compte.</p>
{% else %}
{% for item in json.data|dictsort:"id" %}
<div class="apa-user grid-1-1" }}">

View File

@ -12,11 +12,11 @@
<div class="rsa-cell--datas">
{% with ec=json.data.etatCivil %}
<p><strong>{{ ec.genre }} {{ ec.prenom }} {{ ec.nom }}</strong></p>
<p>né(e) le : <strong>{{ ec.dateNaissance|parse_date }}</strong></p>
<p>né(e) le : <strong>{{ ec.dateNaissance|parse_date }}</strong></p>
{% endwith %}
<p>Numéro CAF ou MSA : <strong>{{ json.data.prestationFamiliale.numeroCafMsa|default:"inconnu" }}</strong></p>
<p>Référence à rappeler : <strong>{{ json.data.index|default:"inconnu" }}</strong></p>
<p>Numéro CAF ou MSA : <strong>{{ json.data.prestationFamiliale.numeroCafMsa|default:"inconnu" }}</strong></p>
<p>Référence à rappeler : <strong>{{ json.data.index|default:"inconnu" }}</strong></p>
<table class="pk-data-table pk-table-headers pk-table-borders pk-table-zebra">
<tr>
@ -34,9 +34,9 @@
</td>
<td>
{% for type, num in json.data.coordonnees.telephone.items %}
{% if num %}<p>Téléphone {{ type }} : <strong>{{ num|phonenumber_fr|default:"inconnu" }}</strong></p>{% endif %}
{% if num %}<p>Téléphone {{ type }} : <strong>{{ num|phonenumber_fr|default:"inconnu" }}</strong></p>{% endif %}
{% endfor %}
{% if json.data.coordonnees.email %}<p>Email : <strong>{{ json.data.coordonnees.email|default:"inconnue" }}</strong></p>{% endif %}
{% if json.data.coordonnees.email %}<p>Email : <strong>{{ json.data.coordonnees.email|default:"inconnue" }}</strong></p>{% endif %}
</td>
</tr>
</table>

View File

@ -10,7 +10,7 @@
<div class="pk-information"><p>Mon allocation est diminuée.</p></div>
{% if json_allocataires.data.rsa_links.conjoint.content %}
<div class="pk-information">
<p>L'allocation de mon foyer peut aussi être réduite si mon(a) conjoint(e) fait l'objet d'une procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
<p>Lallocation de mon foyer peut aussi être réduite si mon(a) conjoint(e) fait lobjet dune procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
</div>
{% endif %}
</div>
@ -22,7 +22,7 @@
<div class="pk-information"><p>Mon allocation est diminuée.</p></div>
{% if json_allocataires.data.rsa_links.conjoint.content %}
<div class="pk-information">
<p>L'allocation de mon foyer peut aussi être réduite si mon(a) conjoint(e) fait l'objet d'une procédure de réduction. Mon(a) conjoint(e) doit consulter son dossier.</p>
<p>Lallocation de mon foyer peut aussi être réduite si mon(a) conjoint(e) fait lobjet dune procédure de réduction. Mon(a) conjoint(e) doit consulter son dossier.</p>
</div>
{% endif %}
</div>
@ -32,13 +32,13 @@
<div>
<div class="pk-information">
<p>Je suis concerné(e) par une procédure de réduction. Mon allocation peut être diminuée.</p>
<p>Je dois contacter :
<p>Je dois contacter :
{% include "./rsa-interlocuteur.html" %}
</p>
</div>
{% if json_allocataires.data.rsa_links.conjoint.content %}
<div class="pk-information">
<p>L'allocation de mon foyer peut être réduite si mon(a) conjoint(e) fait l'objet d'une procédure de réduction. Mon(a) conjoint(e) doit consulter son dossier.</p>
<p>Lallocation de mon foyer peut être réduite si mon(a) conjoint(e) fait lobjet dune procédure de réduction. Mon(a) conjoint(e) doit consulter son dossier.</p>
</div>
{% endif %}
</div>
@ -48,13 +48,13 @@
<div>
<div class="pk-information">
<p>Je suis concerné(e) par une procédure de réduction. Mon allocation peut être diminuée.</p>
<p>Je dois contacter :
<p>Je dois contacter :
{% include "./rsa-interlocuteur.html" %}
</p>
</div>
{% if json_allocataires.data.rsa_links.conjoint.content %}
<div class="pk-information">
<p>L'allocation de mon foyer peut être réduite si mon(a) conjoint(e) fait l'objet d'une procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
<p>Lallocation de mon foyer peut être réduite si mon(a) conjoint(e) fait lobjet dune procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
</div>
{% endif %}
</div>
@ -62,7 +62,7 @@
<h2>Réductions / radiations</h2>
<div>
<div class="pk-information">
<p>L'allocation de mon foyer peut être réduite si mon(a) conjoint(e) fait l'objet d'une procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
<p>Lallocation de mon foyer peut être réduite si mon(a) conjoint(e) fait lobjet dune procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
</div>
</div>
{% endif %}
@ -70,7 +70,7 @@
<h2>Réductions / radiations</h2>
<div>
<div class="pk-information">
<p>L'allocation de mon foyer peut être réduite si mon(a) conjoint(e) fait l'objet d'une procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
<p>Lallocation de mon foyer peut être réduite si mon(a) conjoint(e) fait lobjet dune procédure de réduction. Mon (a) conjoint(e) doit consulter son dossier.</p>
</div>
</div>
{% endif %}

View File

@ -1,32 +1,32 @@
{% if not json.err %}
<h2>Ma situation en terme d'accompagnement</h2>
<h2>Ma situation en terme daccompagnement</h2>
<div>
<!-- Début : Introduction -->
<!-- Début : Introduction -->
<div class="rsa-cell--introduction">
<p>
<strong>
{% if json.data.soumisDD == "Soumis à droit et devoir" %}
« J'ai des droits et des obligations. »
« Jai des droits et des obligations. »
{% else %}
« Je n'ai pas d'accompagnement obligatoire. »
« Je nai pas daccompagnement obligatoire. »
{% endif %}
</strong>
</p>
<p>
<strong>
{% if json.data.oriente %}
« J'ai un référent. »
« Jai un référent. »
{% else %}
« Je n'ai pas de référent. »
« Je nai pas de référent. »
{% endif %}
</strong>
</p>
</div>
<!-- Fin : Introduction -->
<!-- Fin : Introduction -->
<!-- Début : Non orienté -->
<!-- Début : Non orienté -->
{% if not json.data.oriente %}
<div class="pk-information">
{% if json.data.soumisDD != "Soumis à droit et devoir" %}
@ -34,28 +34,28 @@
<p>Je peux quand même être aidé dans mes démarches.</p>
{% else %}
<!-- SDD -->
<p>Je n'ai pas d'accompagnement actuellement mais je dois en avoir un. Je dois prendre contact avec mon Territoire d'Action Sociale afin de régulariser ma situation.</p>
<p>Je nai pas daccompagnement actuellement mais je dois en avoir un. Je dois prendre contact avec mon Territoire dAction Sociale afin de régulariser ma situation.</p>
{% endif %}
{% if json_brsa.data.dossier.adresse.lieu.localisation.nomCirconscription %}
{% with i=json_brsa.data.dossier.adresse.lieu.localisation %}
<p>Je contacte mon Territoire d'Action Sociale :</p>
<p>Je contacte mon Territoire dAction Sociale :</p>
<ul>
<li>Nom : <strong>{{ i.nomCirconscription }}</strong></li>
{% if i.circonscription.stdCirconscription %}<li>Téléphone : <strong>{{ i.circonscription.stdCirconscription|phonenumber_fr }}</strong></li>{% endif %}
{% if i.circonscription.emailCirconscription %}<li>Email : <strong>{{ i.circonscription.emailCirconscription }}</strong></li>{% endif %}
<li>Adresse : <strong>{{ i.circonscription.adresse.numero|default:"" }} {{ i.circonscription.adresse.lieu.nom|default:"" }} {{ i.circonscription.adresse.lieu.commune.codePostal|default:"" }} {{ i.circonscription.adresse.lieu.commune.nom|default:"" }}</strong></li>
<li>Nom : <strong>{{ i.nomCirconscription }}</strong></li>
{% if i.circonscription.stdCirconscription %}<li>Téléphone : <strong>{{ i.circonscription.stdCirconscription|phonenumber_fr }}</strong></li>{% endif %}
{% if i.circonscription.emailCirconscription %}<li>Email : <strong>{{ i.circonscription.emailCirconscription }}</strong></li>{% endif %}
<li>Adresse : <strong>{{ i.circonscription.adresse.numero|default:"" }} {{ i.circonscription.adresse.lieu.nom|default:"" }} {{ i.circonscription.adresse.lieu.commune.codePostal|default:"" }} {{ i.circonscription.adresse.lieu.commune.nom|default:"" }}</strong></li>
</ul>
{% endwith %}
{% else %}
<div class="pk-information"><p>Vous n'avez pas de Territoire d'Action Sociale de défini.</p></div>
<div class="pk-information"><p>Vous navez pas de Territoire dAction Sociale de défini.</p></div>
{% endif %}
</div>
{% endif %}
<!-- Fin : Non orienté -->
<!-- Fin : Non orienté -->
<!-- Début : Orienté -->
<!-- Début : Orienté -->
<div class="rsa-cell--datas">
{% if json.data.oriente %}
{% with data=json_evaluations.data %}
@ -64,30 +64,30 @@
{% if data.typeorientation == "Emploi" %}
<!-- Orienté emploi -->
<p>Mon référent est : <strong>{{ data.rsa_links.structAcc.0.content.libelleReferentiel|default:"Pôle Emploi" }}</strong></p>
<p>Depuis le : <strong>{{ data.commission.dateDecision|default:"date inconnue" }}</strong></p>
<p>Coordonnées : <strong>39 49 (gratuit depuis un poste fixe) ou <a href="https://www.pole-emploi.fr">www.pole-emploi.fr</a></strong></p>
<p>Mon référent est : <strong>{{ data.rsa_links.structAcc.0.content.libelleReferentiel|default:"Pôle Emploi" }}</strong></p>
<p>Depuis le : <strong>{{ data.commission.dateDecision|default:"date inconnue" }}</strong></p>
<p>Coordonnées : <strong>39 49 (gratuit depuis un poste fixe) ou <a href="https://www.pole-emploi.fr">www.pole-emploi.fr</a></strong></p>
{% else %}
<!-- Orienté social -->
{% if data.corrOrientationChoix == 'CONSEIL_DEPARTEMENTAL' %}
<!-- Interne -->
<p>Mon référent est : <strong>{{ data.corrOrientIntervenantSocial }}{% if data.corrOrientStructureAccompagnement %} - {{ data.corrOrientStructureAccompagnement }}{% endif %}</strong></p>
<p>Depuis le : <strong>{{ data.commission.dateDecision|default:"date inconnue" }}</strong></p>
<p>Coordonnées :</p>
<p>Mon référent est : <strong>{{ data.corrOrientIntervenantSocial }}{% if data.corrOrientStructureAccompagnement %} - {{ data.corrOrientStructureAccompagnement }}{% endif %}</strong></p>
<p>Depuis le : <strong>{{ data.commission.dateDecision|default:"date inconnue" }}</strong></p>
<p>Coordonnées :</p>
<ul>
{% if data.rsa_links.corrOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ data.rsa_links.corrOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if data.rsa_links.corrOrientStructAcc.content.email %}<li>Email: <strong>{{ data.rsa_links.corrOrientStructAcc.content.email }}</strong></li>{% endif %}
{% if data.rsa_links.corrOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ data.rsa_links.corrOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if data.rsa_links.corrOrientStructAcc.content.email %}<li>Email : <strong>{{ data.rsa_links.corrOrientStructAcc.content.email }}</strong></li>{% endif %}
</ul>
{% else %}
<p>Mon référent est : <strong>{{ data.refOrientIntervenantSocial|default:"" }}{% if data.refOrientStructureAccompagnement %} - {{ data.refOrientStructureAccompagnement }}{% endif %}</strong></p>
<p>Depuis le : <strong>{{ data.commission.dateDecision|default:"date inconnue" }}</strong></p>
<p>Mon référent est : <strong>{{ data.refOrientIntervenantSocial|default:"" }}{% if data.refOrientStructureAccompagnement %} - {{ data.refOrientStructureAccompagnement }}{% endif %}</strong></p>
<p>Depuis le : <strong>{{ data.commission.dateDecision|default:"date inconnue" }}</strong></p>
{% if data.rsa_links.refOrient.content %}
<p>Coordonnées :</p>
<p>Coordonnées :</p>
<ul>
{% if data.rsa_links.refOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ data.rsa_links.refOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if data.rsa_links.refOrient.content.coordonnees.courriel %}<li>Email : <strong>{{ data.rsa_links.refOrient.content.coordonnees.courriel }}</strong></li>{% endif %}
{% if data.rsa_links.refOrient.content.coordonnees.numeroTelephone %}<li>Téléphone : <strong>{{ data.rsa_links.refOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}</strong></li>{% endif %}
{% if data.rsa_links.refOrient.content.coordonnees.courriel %}<li>Email : <strong>{{ data.rsa_links.refOrient.content.coordonnees.courriel }}</strong></li>{% endif %}
</ul>
{% endif %}
{% endif %}
@ -106,13 +106,13 @@
{% if json.data.soumisDD == "Soumis à droit et devoir" and data.typeorientation == "Emploi" %}
<!-- Orienté emploi et SDD-->
<h3>Mon numéro de demandeur d'emploi</h3>
<h3>Mon numéro de demandeur demploi</h3>
<div class="pk-information">
{% if json.data.poleEmploi.code and not json.data.poleEmploi.radiation %}
<p>Mon numéro de demandeur d'emploi : <strong>{{ json.data.poleEmploi.code }}</strong></p>
<p>Mon numéro de demandeur demploi : <strong>{{ json.data.poleEmploi.code }}</strong></p>
<p>Je suis inscrit à Pôle Emploi. Jai un Projet Personnalisé dAccès à lEmploi. Je dois le respecter.</p>
{% else %}
<p>Mon numéro de demandeur d'emploi : <strong>Pas d'inscription Pôle Emploi enregistrée.</strong></p>
<p>Mon numéro de demandeur demploi : <strong>Pas dinscription Pôle Emploi enregistrée.</strong></p>
<p>Je ne suis pas inscrit à Pôle Emploi. Je dois minscrire rapidement. Dans le cas contraire, je risque une réduction de mon RSA.</p>
{% endif %}
{% endif %}
@ -120,7 +120,7 @@
{% if json.data.soumisDD == "Soumis à droit et devoir" and data.typeorientation == "Social" %}
<!-- Orienté social et SDD-->
<h3>Mon dernier contrat d'insertion</h3>
<h3>Mon dernier contrat dinsertion</h3>
{% if not json_engagements.err and json_engagements.data and json_engagements.data.dateDebContrat and data.indexOrientation %}
{% with e=json_engagements.data %}
<div>
@ -149,8 +149,8 @@
<div class="pk-information">
{% now "Y-m-d" as today %}
{% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" >= today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" %}<p>Jai un contrat dinsertion. Je dois le respecter. En cas de difficultés, je prends contact avec mon référent.</p>{% endif %}
{% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" < today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" and not e.dateBilan %}<p>Je dois faire le bilan de mon contrat d'insertion. Si ce nest pas déjà fait, je prends contact avec mon référent.</p>{% endif %}
{% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" < today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" and e.dateBilan %}<p>Pour la suite de mon parcours, si je ne l'ai pas déjà fait, je prends contact avec mon référent.</p>{% endif %}
{% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" < today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" and not e.dateBilan %}<p>Je dois faire le bilan de mon contrat dinsertion. Si ce nest pas déjà fait, je prends contact avec mon référent.</p>{% endif %}
{% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" < today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" and e.dateBilan %}<p>Pour la suite de mon parcours, si je ne lai pas déjà fait, je prends contact avec mon référent.</p>{% endif %}
</div>
</div>
{% endwith %}
@ -162,7 +162,7 @@
{% endwith %}
{% endif %}
<!-- Fin : Orienté -->
<!-- Fin : Orienté -->
</div>
{% endif %} <!-- if not json.err -->

View File

@ -1 +1 @@
{% block subject-prefix %}{% autoescape off %}{% if global_email_prefix != '.' %}{% firstof global_email_prefix global_title site_name site "Compte Citoyen" %}{% endif %}{% endautoescape %} : {% endblock %}{% block email-subject %}{% endblock %}
{% block subject-prefix %}{% autoescape off %}{% if global_email_prefix != '.' %}{% firstof global_email_prefix global_title site_name site "Compte Citoyen" %}{% endif %}{% endautoescape %} : {% endblock %}{% block email-subject %}{% endblock %}

View File

@ -8,7 +8,7 @@
{% if invoice.online_payment %}
<p>
Pour la régler en ligne, veuillez cliquer sur le bouton suivant :
Pour la régler en ligne, veuillez cliquer sur le bouton suivant :
</p>
{% include "emails/button-link.html" with url=payment_url label="Régler en ligne" %}
{% endif %}

View File

@ -2,7 +2,7 @@
{% if json.data %}
<h2>Dossier Autonomie : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
<h2>Dossier Autonomie : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
<div class="cell turquoise-header">
{% if json.data.dossier.DEMANDES.AD %}
@ -27,7 +27,7 @@
{% for etp in etape.ETP %}
{% if etp.TYP_CHAMP == "L" %}
<p><strong>Étape actuelle</strong> : {{etp.ETAPE}}</p>
<p><strong>Étape actuelle</strong> : {{etp.ETAPE}}</p>
<div class="infonotice"><p>{{etp.LIBELLE_CHAMP}}</p></div>
{% endif %}
{% endfor %}
@ -36,20 +36,20 @@
<h3>Informations supplémentaires</h3>
{% for etp in etape.ETP %}
{% if etp.TYP_CHAMP == "D" %}
<p>{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_CHAMP}}</p>
<p>{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_CHAMP}}</p>
{% endif %}
{% if etp.TYP_CHAMP == "S" %}
<p>{{etp.LIBELLE_CHAMP}} :
<p>{{etp.LIBELLE_CHAMP}} :
<ul>
{% for e in etp.VALEUR_LIST_CHAMP %}
<li>{{e.LIBELLE}} : {{e.COMMENTAIRE}}</li>
<li>{{e.LIBELLE}} : {{e.COMMENTAIRE}}</li>
{% endfor %}
</ul>
</p>
{% endif %}
{% if etp.TYP_CHAMP == "M" and etp.VALEUR_MEMO_CHAMP %}
<div class="infonotice">
<p>{{etp.LIBELLE_CHAMP}} :<br /> {{etp.VALEUR_MEMO_CHAMP}}</p>
<p>{{etp.LIBELLE_CHAMP}} :<br /> {{etp.VALEUR_MEMO_CHAMP}}</p>
</div>
{% endif %}
{% endfor %}

View File

@ -2,7 +2,7 @@
{% if json.data %}
<h2>Dossier Handicap : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
<h2>Dossier Handicap : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
<div class="cell turquoise-header">
{% if json.data.dossier.DEMANDES.PH %}
{% for demande in json.data.dossier.DEMANDES.PH %}
@ -28,7 +28,7 @@
{% if etape.A_SURLIGNER == "O" %}
{% for etp in etape.ETP %}
{% if etp.TYP_CHAMP == "L" %}
<p><strong>Étape actuelle</strong> : {{etp.ETAPE}}</p>
<p><strong>Étape actuelle</strong> : {{etp.ETAPE}}</p>
<div class="infonotice"><p>{{etp.LIBELLE_CHAMP}}</p></div>
{% endif %}
{% endfor %}
@ -37,14 +37,14 @@
<h3>Informations supplémentaires</h3>
{% for etp in etape.ETP %}
{% if etp.TYP_CHAMP == "D" %}
<p>{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_CHAMP}}</p>
<p>{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_CHAMP}}</p>
{% endif %}
{% if etp.TYP_CHAMP == "S" %}
<p>{{etp.LIBELLE_CHAMP}} :
<p>{{etp.LIBELLE_CHAMP}} :
<ul>
{% for e in etp.VALEUR_LIST_CHAMP %}
{% if e.LIBELLE != e.COMMENTAIRE %}
<li>{{e.LIBELLE}} : {{e.COMMENTAIRE}}</li>
<li>{{e.LIBELLE}} : {{e.COMMENTAIRE}}</li>
{% endif %}
{% endfor %}
</ul>
@ -52,7 +52,7 @@
{% endif %}
{% if etp.TYP_CHAMP == "M" and etp.VALEUR_MEMO_CHAMP %}
<div class="infonotice">
<p>{{etp.LIBELLE_CHAMP}} :<br /> {{etp.VALEUR_MEMO_CHAMP}}</p>
<p>{{etp.LIBELLE_CHAMP}} :<br /> {{etp.VALEUR_MEMO_CHAMP}}</p>
</div>
{% endif %}
{% endfor %}

View File

@ -11,8 +11,8 @@
<div id="references">
<h2>Vos références</h2>
<p>
{% if json.data.dossier.IDENTIFICATION.0.REF_UTI_DOS %}Numéro de dossier (REF_UTI_DOS) : <strong>{{json.data.dossier.IDENTIFICATION.0.REF_UTI_DOS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.IDDOS %}Numéro de dossier (IDDOS) : <strong>{{json.data.dossier.IDENTIFICATION.0.IDDOS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.REF_UTI_DOS %}Numéro de dossier (REF_UTI_DOS) : <strong>{{json.data.dossier.IDENTIFICATION.0.REF_UTI_DOS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.IDDOS %}Numéro de dossier (IDDOS) : <strong>{{json.data.dossier.IDENTIFICATION.0.IDDOS}}</strong><br/>{% endif %}
</p>
</div>
</div>
@ -21,14 +21,14 @@
<div id="vous">
<h2>Vous</h2>
<p>
{% if json.data.dossier.IDENTIFICATION.0.PRENOM %}Prénom : <strong>{{json.data.dossier.IDENTIFICATION.0.PRENOM}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NOM %}Nom : <strong>{{json.data.dossier.IDENTIFICATION.0.NOM}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE %}Nom de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.SEXE %}Sexe : <strong>{{json.data.dossier.IDENTIFICATION.0.SEXE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE %}Date de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.DPT_NAIS %}Département de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.DPT_NAIS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.PAYS_NAIS %}Pays de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.PAYS_NAIS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NATIONALITE %}Nationalité : <strong>{{json.data.dossier.IDENTIFICATION.0.NATIONALITE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.PRENOM %}Prénom : <strong>{{json.data.dossier.IDENTIFICATION.0.PRENOM}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NOM %}Nom : <strong>{{json.data.dossier.IDENTIFICATION.0.NOM}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE %}Nom de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.SEXE %}Sexe : <strong>{{json.data.dossier.IDENTIFICATION.0.SEXE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE %}Date de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.DPT_NAIS %}Département de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.DPT_NAIS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.PAYS_NAIS %}Pays de naissance : <strong>{{json.data.dossier.IDENTIFICATION.0.PAYS_NAIS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NATIONALITE %}Nationalité : <strong>{{json.data.dossier.IDENTIFICATION.0.NATIONALITE}}</strong><br/>{% endif %}
</p>
</div>
</div>
@ -37,7 +37,7 @@
<div id="coordonnees">
<h2>Vos coordonnées</h2>
<p>
Adresse :
Adresse :
{% if json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR %}<strong>{{json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR}}</strong> {% endif %}
{% if json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR %}<strong>{{json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR}}</strong> {% endif %}
{% if json.data.dossier.IDENTIFICATION.0.LB_COD_VOIE_ADR %}<strong>{{json.data.dossier.IDENTIFICATION.0.LB_COD_VOIE_ADR}}</strong> {% endif %}
@ -45,10 +45,10 @@ Adresse :
{% if json.data.dossier.IDENTIFICATION.0.CODE_POSTAL %}<strong>{{json.data.dossier.IDENTIFICATION.0.CODE_POSTAL}}</strong> {% endif %}
{% if json.data.dossier.IDENTIFICATION.0.VILLE %}<strong>{{json.data.dossier.IDENTIFICATION.0.VILLE}}</strong> {% endif %}
{% if json.data.dossier.IDENTIFICATION.0.LB_PAY_ADR %}<strong>{{json.data.dossier.IDENTIFICATION.0.LB_PAY_ADR}}</strong> {% endif %}
{% if json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE %}<br/>Complément dadresse : <strong>{{json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.TEL_FIXE %}Téléphone fixe : <strong>{{json.data.dossier.IDENTIFICATION.0.TEL_FIXE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.TEL_MOBILE %}Téléphone mobile : <strong>{{json.data.dossier.IDENTIFICATION.0.TEL_MOBILE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.MAIL %}Adresse de courriel : <strong>{{json.data.dossier.IDENTIFICATION.0.MAIL}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE %}<br/>Complément dadresse : <strong>{{json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.TEL_FIXE %}Téléphone fixe : <strong>{{json.data.dossier.IDENTIFICATION.0.TEL_FIXE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.TEL_MOBILE %}Téléphone mobile : <strong>{{json.data.dossier.IDENTIFICATION.0.TEL_MOBILE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.MAIL %}Adresse de courriel : <strong>{{json.data.dossier.IDENTIFICATION.0.MAIL}}</strong><br/>{% endif %}
</p>
</div>
</div>
@ -57,9 +57,9 @@ Adresse :
<div id="ass">
<h2>Vos informations dassuré social</h2>
<p>
{% if json.data.dossier.IDENTIFICATION.0.NSS %}Numéro dassuré social : <strong>{{json.data.dossier.IDENTIFICATION.0.NSS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.CAISSE_RETRAITE %}Caisse de retraite : <strong>{{json.data.dossier.IDENTIFICATION.0.CAISSE_RETRAITE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NUM_AFFILIATION %}Numéro daffiliation à la caisse de retraite : <strong>{{json.data.dossier.IDENTIFICATION.0.NUM_AFFILIATION}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NSS %}Numéro dassuré social : <strong>{{json.data.dossier.IDENTIFICATION.0.NSS}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.CAISSE_RETRAITE %}Caisse de retraite : <strong>{{json.data.dossier.IDENTIFICATION.0.CAISSE_RETRAITE}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.NUM_AFFILIATION %}Numéro daffiliation à la caisse de retraite : <strong>{{json.data.dossier.IDENTIFICATION.0.NUM_AFFILIATION}}</strong><br/>{% endif %}
</p>
</div>
</div>
@ -68,7 +68,7 @@ Adresse :
<div id="situation">
<h2>Votre situation familiale</h2>
<p>
{% if json.data.dossier.IDENTIFICATION.0.SIT_FAM%}Situation familiale : <strong>{{json.data.dossier.IDENTIFICATION.0.SIT_FAM}}</strong><br/>{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.SIT_FAM%}Situation familiale : <strong>{{json.data.dossier.IDENTIFICATION.0.SIT_FAM}}</strong><br/>{% endif %}
</p>
</div>
</div>
@ -79,8 +79,8 @@ Adresse :
<h2>Votre conjoint</h2>
{% for conjoint in json.data.dossier.IDENTIFICATION.0.CONJOINT%}
<p>
{% if conjoint.PRENOM %}Prénom : <strong>{{conjoint.PRENOM}}</strong><br/>{% endif %}
{% if conjoint.NOM %}Nom : <strong>{{conjoint.NOM}}</strong><br/>{% endif %}
{% if conjoint.PRENOM %}Prénom : <strong>{{conjoint.PRENOM}}</strong><br/>{% endif %}
{% if conjoint.NOM %}Nom : <strong>{{conjoint.NOM}}</strong><br/>{% endif %}
{% if conjoint.NU_VOIE_ADR %}<strong>{{conjoint.NU_VOIE_ADR}}</strong> {% endif %}
{% if conjoint.LB_COD_BTQ_ADR %}<strong>{{conjoint.LB_COD_BTQ_ADR}}</strong> {% endif %}
{% if conjoint.LB_COD_VOIE_ADR %}<strong>{{conjoint.LB_COD_VOIE_ADR}}</strong> {% endif %}
@ -88,12 +88,12 @@ Adresse :
{% if conjoint.CODE_POSTAL %}<strong>{{conjoint.CODE_POSTAL}}</strong> {% endif %}
{% if conjoint.VILLE %}<strong>{{conjoint.VILLE}}</strong> {% endif %}
{% if conjoint.LB_PAY_ADR %}<strong>{{conjoint.LB_PAY_ADR}}</strong> {% endif %}
{% if conjoint.COMPLEMENT_ADRESSE %}Complément dadresse : <strong>{{conjoint.COMPLEMENT_ADRESSE}}</strong><br/>{% endif %}
{% if conjoint.TEL_FIXE %}Téléphone fixe : <strong>{{conjoint.TEL_FIXE}}</strong><br/>{% endif %}
{% if conjoint.TEL_MOBILE %}Téléphone mobile : <strong>{{conjoint.TEL_MOBILE}}</strong><br/>{% endif %}
{% if conjoint.MAIL %}Adresse de courriel : <strong>{{conjoint.MAIL}}</strong><br/>{% endif %}
{% if conjoint.NSS %}Numéro dassuré social : <strong>{{conjoint.NSS}}</strong><br/>{% endif %}
{% if conjoint.CAISSE_RETRAITE %}Caisse de retraite : <strong>{{conjoint.CAISSE_RETRAITE}}</strong><br/>{% endif %}
{% if conjoint.COMPLEMENT_ADRESSE %}Complément dadresse : <strong>{{conjoint.COMPLEMENT_ADRESSE}}</strong><br/>{% endif %}
{% if conjoint.TEL_FIXE %}Téléphone fixe : <strong>{{conjoint.TEL_FIXE}}</strong><br/>{% endif %}
{% if conjoint.TEL_MOBILE %}Téléphone mobile : <strong>{{conjoint.TEL_MOBILE}}</strong><br/>{% endif %}
{% if conjoint.MAIL %}Adresse de courriel : <strong>{{conjoint.MAIL}}</strong><br/>{% endif %}
{% if conjoint.NSS %}Numéro dassuré social : <strong>{{conjoint.NSS}}</strong><br/>{% endif %}
{% if conjoint.CAISSE_RETRAITE %}Caisse de retraite : <strong>{{conjoint.CAISSE_RETRAITE}}</strong><br/>{% endif %}
</p>
{% endfor %}
</div>
@ -106,8 +106,8 @@ Adresse :
<h2>Vos contacts</h2>
{% for contact in json.data.dossier.IDENTIFICATION.0.CONTACTS %}
<p>
{% if contact.PRENOM %}Prénom : <strong>{{contact.PRENOM}}</strong><br/>{% endif %}
{% if contact.NOM %}Nom : <strong>{{contact.NOM}}</strong><br/>{% endif %}
{% if contact.PRENOM %}Prénom : <strong>{{contact.PRENOM}}</strong><br/>{% endif %}
{% if contact.NOM %}Nom : <strong>{{contact.NOM}}</strong><br/>{% endif %}
{% if contact.NU_VOIE_ADR %}<strong>{{contact.NU_VOIE_ADR}}</strong> {% endif %}
{% if contact.LB_COD_BTQ_ADR %}<strong>{{contact.LB_COD_BTQ_ADR}}</strong> {% endif %}
{% if contact.LB_COD_VOIE_ADR %}<strong>{{contact.LB_COD_VOIE_ADR}}</strong> {% endif %}
@ -115,11 +115,11 @@ Adresse :
{% if contact.CODE_POSTAL %}<strong>{{contact.CODE_POSTAL}}</strong> {% endif %}
{% if contact.VILLE %}<strong>{{contact.VILLE}}</strong> {% endif %}
{% if contact.LB_PAY_ADR %}<strong>{{contact.LB_PAY_ADR}}</strong> {% endif %}
{% if contact.COMPLEMENT_ADRESSE %}Complément dadresse : <strong>{{contact.COMPLEMENT_ADRESSE}}</strong><br/>{% endif %}
{% if contact.TEL_FIXE %}Téléphone fixe : <strong>{{contact.TEL_FIXE}}</strong><br/>{% endif %}
{% if contact.TEL_MOBILE %}Téléphone mobile : <strong>{{contact.TEL_MOBILE}}</strong><br/>{% endif %}
{% if contact.MAIL %}Adresse de courriel : <strong>{{contact.MAIL}}</strong><br/>{% endif %}
{% if contact.RELATION %}Type de relation :
{% if contact.COMPLEMENT_ADRESSE %}Complément dadresse : <strong>{{contact.COMPLEMENT_ADRESSE}}</strong><br/>{% endif %}
{% if contact.TEL_FIXE %}Téléphone fixe : <strong>{{contact.TEL_FIXE}}</strong><br/>{% endif %}
{% if contact.TEL_MOBILE %}Téléphone mobile : <strong>{{contact.TEL_MOBILE}}</strong><br/>{% endif %}
{% if contact.MAIL %}Adresse de courriel : <strong>{{contact.MAIL}}</strong><br/>{% endif %}
{% if contact.RELATION %}Type de relation :
<strong>{% if contact.RELATION == 'TYP_CNT_AID' %}Aidant
{% elif contact.RELATION == 'TYP_CNT_PAR' %}Parent
{% else %}Inconnu
@ -141,17 +141,17 @@ Adresse :
{% for demande in json.data.dossier.DEMANDES %}
<h3>{{demande.DT_DMD}} - {{demande.TYPE_MESURE}} - {{demande.ETAPE}}</h3>
<p>
Identifiant de la demande : <strong>{{demande.ID_MES}}</strong><br/>
Type de mesure : <strong>{{demande.TYPE_MESURE}}</strong><br/>
Catégorie : <strong>{{demande.CATEGORIE}}</strong><br/>
Statut actuel : <strong>{{demande.ETAPE}}</strong><br/>
Date de la demande : <strong>{{demande.DT_DMD}}</strong><br/>
Identifiant de la demande : <strong>{{demande.ID_MES}}</strong><br/>
Type de mesure : <strong>{{demande.TYPE_MESURE}}</strong><br/>
Catégorie : <strong>{{demande.CATEGORIE}}</strong><br/>
Statut actuel : <strong>{{demande.ETAPE}}</strong><br/>
Date de la demande : <strong>{{demande.DT_DMD}}</strong><br/>
</p>
<ul>
{% for etape in demande.LISTE_ETAPES %}
{% if etape.ETP %}
<li>{{etape.CATEGORIE}} : <strong>{{etape.LB_ETP}}</strong><br/>
<li>{{etape.CATEGORIE}} : <strong>{{etape.LB_ETP}}</strong><br/>
<ul>
{% for et in etape.ETP %}
<li>{{et.LIBELLE_CHAMP}}</li>

View File

@ -6,12 +6,12 @@
<a class="turquoise-button" href="{{ portal_url }}associations/">Retour</a>
<a class="turquoise-button" href="{{ eservices_url }}associations/modification-des-informations-relatives-a-mon-association/?association_id={{json.data.CodeTiers}}&cancelurl={{ portal_url }}associations/">Modifier les informations</a>
</p>
<p>SIRET : <strong>{{json.data.NumeroSiret}} {{json.data.NumeroSiretFin }}</strong><br/>
{% if json.data.Sigle %}Sigle : <strong>{{json.data.Sigle}}</strong><br/>{% endif %}
{% if json.data.NumeroTelephone %}Numéro de téléphone : <strong>{{json.data.NumeroTelephone}}</strong><br/>{% endif %}
{% if json.data.SiteWeb %}Site Web : <strong>{{json.data.SiteWeb}}</strong>{% endif %}
<p>SIRET : <strong>{{json.data.NumeroSiret}} {{json.data.NumeroSiretFin }}</strong><br/>
{% if json.data.Sigle %}Sigle : <strong>{{json.data.Sigle}}</strong><br/>{% endif %}
{% if json.data.NumeroTelephone %}Numéro de téléphone : <strong>{{json.data.NumeroTelephone}}</strong><br/>{% endif %}
{% if json.data.SiteWeb %}Site Web : <strong>{{json.data.SiteWeb}}</strong>{% endif %}
</p>
<p>Adresse :<br/>
<p>Adresse :<br/>
<strong>{% if json.data.AdresseLibelleRue %}{{ json.data.AdresseLibelleRue }}<br/>{% endif %}
{% if json.data.AdresseComplementVoie %}{{ json.data.AdresseComplementVoie }}<br/>{% endif %}
{% if json.data.AdresseCodePostal %}{{ json.data.AdresseCodePostal }}{% endif %}
@ -22,9 +22,9 @@
{% if json_contact.data %}
<p>
<strong>{{json_contact.data.Prenom}} {{json_contact.data.Nom}}</strong><br/>
Courriel : <strong>{{json_contact.data.AdresseMail|default:"Non renseigné"}}</strong><br/>
Téléphone : <strong>{{json_contact.data.TelephoneMobile|default:"Non renseigné"}}</strong><br/>
Adresse : <strong>{{json_contact.data.RueVoie|default:""}} {{json_contact.data.CodePostal|default:""}} {{json_contact.data.Ville|default:""}}</strong>
Courriel : <strong>{{json_contact.data.AdresseMail|default:"Non renseigné"}}</strong><br/>
Téléphone : <strong>{{json_contact.data.TelephoneMobile|default:"Non renseigné"}}</strong><br/>
Adresse : <strong>{{json_contact.data.RueVoie|default:""}} {{json_contact.data.CodePostal|default:""}} {{json_contact.data.Ville|default:""}}</strong>
</p>
{% else %}
<p>Aucun contact nest renseigné.</p>

View File

@ -13,13 +13,13 @@
</div>
</div>
<div class="field">
<span class="label">Date de naissance : </span>
<span class="label">Date de naissance : </span>
<div class="value">{% if json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE %}{{json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE}}{% endif %}{% endif %}
</div>
</div>
<div class="field">
<span class="label">Adresse :</span>
<span class="label">Adresse :</span>
<div class="value">
{% if json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR %}{{json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR}} {% endif %}
{% if json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR}} {% endif %}
@ -34,21 +34,21 @@
{% if json.data.dossier.IDENTIFICATION.0.TEL_FIXE %}
<div class="field">
<span class="label">Téléphone fixe :</span>
<span class="label">Téléphone fixe :</span>
<div class="value">{{json.data.dossier.IDENTIFICATION.0.TEL_FIXE}}</div>
</div>
{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.TEL_MOBILE %}
<div class="field">
<span class="label">Téléphone mobile :</span>
<span class="label">Téléphone mobile :</span>
<div class="value">{{json.data.dossier.IDENTIFICATION.0.TEL_MOBILE}}</div>
</div>
{% endif %}
{% if json.data.dossier.IDENTIFICATION.0.MAIL %}
<div class="field">
<span class="label">Adresse de courriel :</span>
<span class="label">Adresse de courriel :</span>
<div class="value">{{json.data.dossier.IDENTIFICATION.0.MAIL}}</div>
</div>
{% endif %}

View File

@ -2,7 +2,7 @@
{% if json.data %}
<h2>Dossier Autonomie : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
<h2>Dossier Autonomie : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
{% if json.data.dossier.DEMANDES.AD %}
<div class="cell pink-header">

View File

@ -2,7 +2,7 @@
{% if json.data %}
<h2>Dossier Handicap : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
<h2>Dossier Handicap : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}</h2>
<div class="cell pink-header">
{% if json.data.dossier.DEMANDES.PH %}

View File

@ -56,7 +56,7 @@
<ul>
{% for dossier in err_desc.list %}
<li>Dossier temporairement inaccessible : {{dossier.text}}</li>
<li>Dossier temporairement inaccessible : {{dossier.text}}</li>
{% endfor %}
</ul>

View File

@ -14,10 +14,10 @@
<div>
{% if contact.formulaire %}
<p><strong><a class="file-link" href="{{contact.formulaire}}" target="_blank">Télécharger le formulaire de demande dexercice de vos droits</a></strong></p>
<p><strong>Veuillez adresser votre demande soit à lattention du représentant légal de lorganisme, soit à lattention de son délégué à la protection des données aux coordonnées suivantes :</strong></p>
<p><strong>Veuillez adresser votre demande soit à lattention du représentant légal de lorganisme, soit à lattention de son délégué à la protection des données aux coordonnées suivantes :</strong></p>
{% endif %}
{% if not contact.formulaire %}
<p><strong>Veuillez adresser votre demande soit à lattention du représentant légal de lorganisme, soit à lattention de son délégué à la protection des données aux coordonnées suivantes :</strong></p>
<p><strong>Veuillez adresser votre demande soit à lattention du représentant légal de lorganisme, soit à lattention de son délégué à la protection des données aux coordonnées suivantes :</strong></p>
{% endif %}
<p>{{contact.lieu}}<br>
@ -27,8 +27,8 @@
{{contact.adressePhysiqueComplementaire}}
{% endif %}
{{contact.adressePhysiqueVille}}</p>
<p>Tél : {{contact.telephone}}</p>
<p>Adresse mail : <a href="mailto:{{contact.mail}}">{{contact.mail}}</a></p>
<p>Tél : {{contact.telephone}}</p>
<p>Adresse mail : <a href="mailto:{{contact.mail}}">{{contact.mail}}</a></p>
</div>
<div>
<p class="title">Horaires daccueil du public</p>

View File

@ -12,7 +12,7 @@
<h3 class="service-title" style="background-image: url('{{ contact.logo }}')">CONTACT</h3>
<div class="commune-details">
<div>
<p class="title">Coordonnées :</p>
<p class="title">Coordonnées :</p>
<p>{{contact.lieu}}<br>
{{contact.service}}<br>
{{contact.adressePhysiqueLigne}}<br>
@ -23,8 +23,8 @@
</div>
<div>
<p class="title">Contact téléphonique et courriel</p>
<p>Tél : {{contact.telephone}}</p>
<p>Adresse mail : <a href="mailto:{{contact.mail}}">{{contact.mail}}</a></p>
<p>Tél : {{contact.telephone}}</p>
<p>Adresse mail : <a href="mailto:{{contact.mail}}">{{contact.mail}}</a></p>
</div>
</div>
</div>

View File

@ -21,8 +21,8 @@
{{contact.adressePhysiqueComplementaire}}<br />
{% endif %}
{{contact.adressePhysiqueVille}}</p>
{% if contact.horaires %}<p>Horaires douverture : {{contact.horaires}}</p>{% endif %}
{% if contact.telephone %}<p>Tél. : {{contact.telephone}}</p>{% endif %}
{% if contact.horaires %}<p>Horaires douverture : {{contact.horaires}}</p>{% endif %}
{% if contact.telephone %}<p>Tél. : {{contact.telephone}}</p>{% endif %}
<p>
{% if json.data.0.motcleparent %}
<a href="{{ sve_form_url }}?theme={{ json.data.0.motcleparent }}&sstheme={{json.data.0.motcle}}" class="underline-text">Contactez-nous</a>

View File

@ -10,9 +10,9 @@
{% if not draft %}
<div class="form-status">{{ data.status }}</div>
{% endif %}
<div class="form-created"><span class="label">Créée le :</span> {{ data.datetime|strptime:"%Y-%m-%d %H:%M:%S"|date:"d/m/Y" }}</div>
<div class="form-created"><span class="label">Créée le :</span> {{ data.datetime|strptime:"%Y-%m-%d %H:%M:%S"|date:"d/m/Y" }}</div>
{% if not draft %}
<div class="form-updated"><span class="label">Mise à jour :</span> {{ data.last_update_time|strptime:"%Y-%m-%d %H:%M:%S"|date:"d/m/Y" }}</div>
<div class="form-updated"><span class="label">Mise à jour :</span> {{ data.last_update_time|strptime:"%Y-%m-%d %H:%M:%S"|date:"d/m/Y" }}</div>
{% endif %}
<div class="form-url"><a href="{{ data.url }}">{{ button_label|default:"Ouvrir" }}</a></div>
</div>

View File

@ -9,11 +9,11 @@ Montpellier Méditerranée Métropole.
</p>
<p>
Voici pour rappel votre identifiant : {% firstof user.username user.email %}
Voici pour rappel votre identifiant : {% firstof user.username user.email %}
</p>
<p>
Pour réinitialiser votre mot de passe, cliquez sur le bouton suivant :
Pour réinitialiser votre mot de passe, cliquez sur le bouton suivant :
</p>
{% include "emails/button-link.html" with url=reset_url label="Réinitialiser le mot de passe" %}
@ -29,7 +29,7 @@ Les équipes de Montpellier Méditerranée Métropole.
<p>
<small>
Important : Cet email est généré par un automate, merci de ne pas y répondre.
Important : Cet email est généré par un automate, merci de ne pas y répondre.
</small>
</p>
{% endblock %}

View File

@ -3,9 +3,9 @@ Bonjour,
Vous avez demandé à réinitialiser votre mot de passe du compte usager de
Montpellier Méditerranée Métropole.
Voici pour rappel votre identifiant : {% firstof user.username user.email %}
Voici pour rappel votre identifiant : {% firstof user.username user.email %}
Pour réinitialiser votre mot de passe, cliquez sur le lien suivant :
Pour réinitialiser votre mot de passe, cliquez sur le lien suivant :
{{ reset_url }}
@ -14,4 +14,4 @@ Nous vous remercions dutiliser notre portail de e-services.
Les équipes de Montpellier Méditerranée Métropole.
--------------------------------------------------
Important : Cet email est généré par un automate, merci de ne pas y répondre.
Important : Cet email est généré par un automate, merci de ne pas y répondre.

View File

@ -2,7 +2,7 @@
{% with data=compte_lecteur.data %}
{% if data.d.ClientAccount.ShortAccount %}
<p>Votre carte dabonnement numéro {{ data.d.ClientAccount.Identity.BarCode }} est valable jusquau {{ data.d.ClientAccount.Identity.ExpirationDate }}.</p>
<p>Vous avez actuellement {{ data.d.ClientAccount.ShortAccount.NombrePrets }} oeuvre(s) en prêt :
<p>Vous avez actuellement {{ data.d.ClientAccount.ShortAccount.NombrePrets }} oeuvre(s) en prêt :
<ul>
{% for loan in data.d.ClientAccount.Loans %}
<li {% if loan.IsLate %}style="color: red"{% endif %}> {{ loan.DisplayName }} - {{ loan.SearchItemAdapter.Resource.Crtr }} {% if loan.IsLate %}(en retard){% endif %}</li>

View File

@ -3,7 +3,7 @@
{% with data=json.data %}
{% if data.d.ClientAccount.ShortAccount %}
<p>Votre carte dabonnement numéro {{ data.d.ClientAccount.Identity.BarCode }} est valable jusquau {{ data.d.ClientAccount.Identity.ExpirationDate }}.</p>
<p>Vous avez actuellement {{ data.d.ClientAccount.ShortAccount.NombrePrets }} oeuvre(s) en prêt :
<p>Vous avez actuellement {{ data.d.ClientAccount.ShortAccount.NombrePrets }} oeuvre(s) en prêt :
<ul>
{% for loan in data.d.ClientAccount.Loans %}
<li {% if loan.IsLate %}style="color: red"{% endif %}> {{ loan.DisplayName }} - {{ loan.SearchItemAdapter.Resource.Crtr }} {% if loan.IsLate %}(en retard){% endif %}</li>

View File

@ -35,7 +35,7 @@ Métropole mais aussi celles des différentes communes de la métropole.</p>
{% with categories.variables|get:"ou-label"|default:categories.title as commune_name %}
{% if commune_name == request.session.mellon_session.city.0 %}
<div class="ma_commune categories-list">
<h3><a href="{{ categories.base_url }}tryauth">Démarches de ma commune : {{ request.session.mellon_session.city.0 }}</a></h3>
<h3><a href="{{ categories.base_url }}tryauth">Démarches de ma commune : {{ request.session.mellon_session.city.0 }}</a></h3>
<ul class="clearfix">
{% for category in categories.data %}
<li class="category-{{category.slug}}" data-keywords="{{category.keywords|join:' '}}">

View File

@ -15,7 +15,7 @@ en ligne de votre commune si celle-ci le propose.</p>
<p>Ce lien est valable pendant {{ expiration_days }} jours.</p>
<p>Ce compte personnalisé et sécurisé est le vôtre! Il vous permet de :
<p>Ce compte personnalisé et sécurisé est le vôtre! Il vous permet de :
<ul>
<li>Accomplir vos démarches en ligne 24h/24 auprès de Montpellier
Méditerranée Métropole et de votre commune dans un premier temps puis à terme
@ -39,7 +39,7 @@ Mon compte.
<p>Les équipes de Montpellier Méditerranée Métropole.</p>
<div style="color:#888;border-top:1px solid #888">
Important : Cet email est généré par un automate, merci de ne pas y répondre.
Important : Cet email est généré par un automate, merci de ne pas y répondre.
</div>
{% endblock %}

View File

@ -9,13 +9,13 @@ portail de Montpellier Méditerranée Métropole que sur le portail de démarche
en ligne de votre commune si celle-ci le propose.
Pour confirmer la création et activer votre compte, cliquez sur le lien
suivant :
suivant :
{{ registration_url }}
Ce lien est valable pendant {{ expiration_days }} jours.
Ce compte personnalisé et sécurisé est le vôtre! Il vous permet de :
Ce compte personnalisé et sécurisé est le vôtre ! Il vous permet de :
- Accomplir vos démarches en ligne 24h/24 auprès de Montpellier Méditerranée
Métropole et de votre commune dans un premier temps puis à terme auprès de
@ -35,4 +35,4 @@ Nous vous remercions dutiliser notre portail de e-services.
Les équipes de Montpellier Méditerranée Métropole.
--------------------------------------------------
Important : Cet email est généré par un automate, merci de ne pas y répondre.
Important : Cet email est généré par un automate, merci de ne pas y répondre.

View File

@ -30,7 +30,7 @@ Nombre dindividus trouvés : {{ results.data|length }}
<small>#{{ user.id }}</small></a>
{% if user.union %}
<br />
<small>conjoint : {{ user.union.nom_de_naissance }} {% if user.union.nom_d_usage %}({{ user.union.nom_d_usage }}){% endif %} {{ user.union.prenoms }}</small>
<small>conjoint : {{ user.union.nom_de_naissance }} {% if user.union.nom_d_usage %}({{ user.union.nom_d_usage }}){% endif %} {{ user.union.prenoms }}</small>
{% endif %}
{% if user.enfants or user.union%}
<br />

View File

@ -6,14 +6,14 @@ aside#sidebar { /* to get search results to be absolutely positioned in main con
</style>
{% if request.GET.q %}
<h2><span style="font-weight: lighter;">Recherche denfant : « <strong>{{ request.GET.q }}</strong> »</span></h2>
<h2><span style="font-weight: lighter;">Recherche denfant : « <strong>{{ request.GET.q }}</strong> »</span></h2>
{% if results.data %}
<p>
Nombre dindividus trouvés : {{ results.data|length }}
<a class="mini-ts" style="float: right;" href="{{ eservices_url }}backoffice/submission/declaration-de-responsabilite-sur-un-enfant-bo/?session_var_rsu_adult={{ request.GET.rsu_adult }}&session_var_rsu_child=&cancelurl={{ portal_agent_url }}">Pas de résultat pertinent : responsabilité sur un nouvel enfant</a>
<a class="mini-ts" style="float: right;" href="{{ eservices_url }}backoffice/submission/declaration-de-responsabilite-sur-un-enfant-bo/?session_var_rsu_adult={{ request.GET.rsu_adult }}&session_var_rsu_child=&cancelurl={{ portal_agent_url }}">Pas de résultat pertinent : responsabilité sur un nouvel enfant</a>
</p>
@ -75,7 +75,7 @@ $(function($) {
Aucun résultat
<a class="mini-ts" style="float: right;" href="{{ eservices_url }}backoffice/submission/declaration-de-responsabilite-sur-un-enfant-bo/?session_var_rsu_adult={{ request.GET.rsu_adult }}&session_var_rsu_child=&cancelurl={{ portal_agent_url }}">Aucun résultat : responsabilité sur un nouvel enfant</a>
<a class="mini-ts" style="float: right;" href="{{ eservices_url }}backoffice/submission/declaration-de-responsabilite-sur-un-enfant-bo/?session_var_rsu_adult={{ request.GET.rsu_adult }}&session_var_rsu_child=&cancelurl={{ portal_agent_url }}">Aucun résultat : responsabilité sur un nouvel enfant</a>
{% endif %}

View File

@ -6,7 +6,7 @@ aside#sidebar { /* to get search results to be absolutely positioned in main con
</style>
{% if request.GET.q %}
<h2><span style="font-weight: lighter;">Recherche de conjoint : « <strong>{{ request.GET.q }}</strong> »</span></h2>
<h2><span style="font-weight: lighter;">Recherche de conjoint : « <strong>{{ request.GET.q }}</strong> »</span></h2>
{% if results.data %}
@ -34,7 +34,7 @@ Nombre dindividus trouvés : {{ results.data|length }}
{% if user.union %}
<br />
<small>conjoint : {{ user.union.nom_de_naissance }} {% if user.union.nom_d_usage %}({{ user.union.nom_d_usage }}){% endif %} {{ user.union.prenoms }}</small>
<small>conjoint : {{ user.union.nom_de_naissance }} {% if user.union.nom_d_usage %}({{ user.union.nom_d_usage }}){% endif %} {{ user.union.prenoms }}</small>
{% endif %}
{% if user.enfants or user.union%}
<br />

View File

@ -17,7 +17,7 @@
{% if log.timestamp|parse_datetime|date:"Ymd" == today %}
style="color:red;"
{% endif %}>
{{ log.timestamp|parse_datetime|time:"H:i" }} : {{ log.content.text }}
{{ log.timestamp|parse_datetime|time:"H:i" }} : {{ log.content.text }}
<br />
<a href="{{ log.content.meta.form_url }}">{{ log.content.meta.form_name }}</a>
({{ log.content.meta.form_number }})

View File

@ -20,16 +20,16 @@
<ul>
{% if log.content.enfant_id %}
<li>Enfant concerné : {{ log.content.enfant_text }} (#{{ log.content.enfant_id }})</li>
<li>Enfant concerné : {{ log.content.enfant_text }} (#{{ log.content.enfant_id }})</li>
{% endif %}
{% if log.content.left_id %}
<li>Individu 1 (left) : {{ log.content.left_text }} (#{{ log.content.left_id }})</li>
<li>Individu 1 (left) : {{ log.content.left_text }} (#{{ log.content.left_id }})</li>
{% endif %}
{% if log.content.right_id %}
<li>Individu 2 (right) : {{ log.content.right_text }} (#{{ log.content.right_id }})</li>
<li>Individu 2 (right) : {{ log.content.right_text }} (#{{ log.content.right_id }})</li>
{% endif %}
{% if log.content.conjoint_id %}
<li>Conjoint concerné : {{ log.content.conjoint_text }} (#{{ log.content.conjoint_id }})</li>
<li>Conjoint concerné : {{ log.content.conjoint_text }} (#{{ log.content.conjoint_id }})</li>
{% endif %}
{% if log.content.faux_positif %}
<li>Doublon traité comme faux positif avec <a href="/?rsu_adult={{ log.content.faux_positif }}">#{{ log.content.faux_positif }}</a></li>
@ -37,19 +37,19 @@
</ul>
{% if log.content.job_url %}
<p>Trame technique : <a href="{{ zoo_url_no_slash }}{{ log.content.job_url }}">{{ log.content.job_url }}</a></p>
<p>Trame technique : <a href="{{ zoo_url_no_slash }}{{ log.content.job_url }}">{{ log.content.job_url }}</a></p>
{% endif %}
{% if log.content.error %}
{% if log.content.error.code %}
<p>
Erreur technique : code {{ log.content.error.code }} (status-code {{ log.content.error|get:"status-code" }})<br />
Erreur technique : code {{ log.content.error.code }} (status-code {{ log.content.error|get:"status-code" }})<br />
<small>{{ log.content.error.detail }}</small>
</p>
{% endif %}
{% if log.content.error.content.metier or log.content.error.content.technique %}
<p>
Erreur métier : {{ log.content.error.content.metier }}<br />
Erreur métier : {{ log.content.error.content.metier }}<br />
<small>{{ log.content.error.content.technique }}</small>
</p>
{% endif %}
@ -57,11 +57,11 @@
{% if request.user.is_staff or request.user.is_superuser %}
<span style="color:#bbb;">
<p>Données brutes :</p>
<p>Données brutes :</p>
<ul>
<li>timestamp : {{ log.timestamp }}</li>
<li>timestamp : {{ log.timestamp }}</li>
{% for k,v in log.content.items %}
<li>{{ k }} : {{ v }}</li>
<li>{{ k }} : {{ v }}</li>
{% endfor %}
</ul>
</li>

View File

@ -28,9 +28,9 @@
<h3>Millésime {{ qf|get:"nom-quotient" }}</h3>
<p>
<strong>Montant : {{ qf.montant }}</strong>
<strong>Montant : {{ qf.montant }}</strong>
<br />
Nature : {{ qf|get:"nature-qf" }}
Nature : {{ qf|get:"nature-qf" }}
<br/>
Valable du {{ qf|get:"date-debut-validite"|strptime:"%Y-%m-%d"|date:"d F Y" }}
au <strong>{{ qf|get:"date-fin-validite"|strptime:"%Y-%m-%d"|date:"d F Y" }}</strong>

View File

@ -93,7 +93,7 @@
{% if request.user|has_role:parameters.role_visualisation_federation_technocarte %}
<tr>
<td>Technocarte (Famille) :</td>
<td>Technocarte (Famille) :</td>
<td class="federation-key" title="{{ user.cles_de_federation.technocarte }}">{{ user.cles_de_federation.technocarte|default:"×" }}</td>
<td>
{% if request.user|has_role:parameters.role_gestion_manuelle_federation_technocarte %}
@ -254,7 +254,7 @@
<h3>Suppression de cette fiche #{{ user.id }}</h3>
{% if user.parents or user.enfants or user.union or user.cles_de_federation.technocarte or user.cles_de_federation.implicit or user.cles_de_federation.infor or user.cles_de_federation.authentic %}
<p>
Vous avez le droit de supprimer des fiches, mais celle-ci ne peut être supprimée :
Vous avez le droit de supprimer des fiches, mais celle-ci ne peut être supprimée :
<ul>
{% if user.parents %}<li>cette fiche est liée à au moins un parent</li>{% endif %}
{% if user.enfants %}<li>cette fiche est liée à au moins un enfant</li>{% endif %}

View File

@ -148,7 +148,7 @@
</h3>
<table class="federations"><tbody>
<tr>
<td>Technocarte (Famille) :</td>
<td>Technocarte (Famille) :</td>
<td class="federation-key" title="{{ user.cles_de_federation.technocarte }}">{{ user.cles_de_federation.technocarte|default:"×" }}</td>
{% if json.data.state == "nouveau" %}
<td class="federation-action-left">
@ -256,7 +256,7 @@
{% endif %}
</td>
{% endif %}
<td>Technocarte (Famille) :</td>
<td>Technocarte (Famille) :</td>
<td class="federation-key" title="{{ user.cles_de_federation.technocarte }}">{{ user.cles_de_federation.technocarte|default:"×" }}</td>
</tr>
<tr>

View File

@ -131,7 +131,7 @@
{% else %}
{% if etat == 'en cours' %}
<p><em>Aucune facture n'est à payer.</em></p>
<p><em>Aucune facture nest à payer.</em></p>
{% else %}
<p><em>Aucune facture disponible.</em></p>
{% endif %}

View File

@ -21,7 +21,7 @@ Quotient familial — Carte famille
Veuillez réessayer dans quelques minutes, merci de votre compréhension.
</p>
{% for error in json.errors %}{% if error.metier %}
<p>Pour information voici lerreur reçue : <i>{{ error.metier }}</i></p>
<p>Pour information voici lerreur reçue : <i>{{ error.metier }}</i></p>
{% endif %}{% endfor %}
</div>

View File

@ -1,10 +1,10 @@
<table>
<tbody>
{% if email %}
<tr><td>Courriel :</td><td><strong>{{ email }}</strong></td></tr>
<tr><td>Courriel :</td><td><strong>{{ email }}</strong></td></tr>
{% endif %}
{% for tel in telephones|dictsortreversed:"type" %}
<tr><td>Téléphone {{ tel.type }} :</td><td><strong>{{ tel.numero }}</strong></td></tr>
<tr><td>Téléphone {{ tel.type }} :</td><td><strong>{{ tel.numero }}</strong></td></tr>
{% endfor %}
</tbody>
</table>

View File

@ -8,9 +8,9 @@
<small>#{{ user.id }}</small></a></td></tr>
<tr><td>Date de naissance :</td>
<td><strong>{{ user.date_de_naissance|strptime:"%Y-%m-%d"|date:"j F Y" }}</strong> ({{ user.age_label }})</td></tr>
<tr><td>Genre :</td>
<tr><td>Genre :</td>
<td><strong>{% include "rsu/genre.html" with genre=user.genre statut_legal=user.statut_legal %}</strong></td></tr>
{% if user.responsabilite_legale %}
<tr><td>Liaison de responsabilité :</td><td>{{ user.responsabilite_legale }}</td></tr>
<tr><td>Liaison de responsabilité :</td><td>{{ user.responsabilite_legale }}</td></tr>
{% endif %}
</tbody></table>

View File

@ -42,7 +42,7 @@
$(function() {
$('#interests-edit-button').on('click', function() {
$('#interests-edit-form').dialog({
title: 'Mes centres d\'intérêts',
title: 'Mes centres dintérêts',
modal: true,
dialogClass: 'dlg-interests',
width: 'auto'

View File

@ -22,25 +22,25 @@
<div class="place-info">
{% if event.properties.probability != '' %}Probabilité : {{event.properties.probability}}{% endif %}
{% if event.properties.starttime != '' %}<br />Du : {{event.properties.starttime}} {% endif %}
{% if event.properties.endtime != '' %}au : {{event.properties.endtime}}{% endif %}
{% if event.properties.publiccomment != '' %}<br />Détail : {{event.properties.publiccomment}}{% endif %}
{% if event.properties.probability != '' %}Probabilité : {{event.properties.probability}}{% endif %}
{% if event.properties.starttime != '' %}<br />Du : {{event.properties.starttime}} {% endif %}
{% if event.properties.endtime != '' %}au : {{event.properties.endtime}}{% endif %}
{% if event.properties.publiccomment != '' %}<br />Détail : {{event.properties.publiccomment}}{% endif %}
<br />Confidentialité : {{event.properties.confidentiality}}
<br />Info status : {{event.properties.informationstatus}}
<br />Type : {{event.properties.type}}
<br />Status : {{event.properties.status}}
<br />Nb voie restraintes : {{event.properties.numberoflanesrestricted}}
<br />Direction : {{event.properties.direction}}
<br />disturbance activity type : {{event.properties.disturbanceacivitytype}}
<br />effect on road layout : {{event.properties.effectonroadlayout}}
<br />network management type : {{event.properties.networkmanagementtype}}
<br />public event type : {{event.properties.publiceventtype}}
<br />road maintennace type : {{event.properties.roadmaintenancetype}}
<br />mobility : {{event.properties.mobility}}
<br />Abnomal traffic type : {{event.properties.abnormaltraffictype}}
<br />Future : {{event.properties.future}}
<br />Confidentialité : {{event.properties.confidentiality}}
<br />Info status : {{event.properties.informationstatus}}
<br />Type : {{event.properties.type}}
<br />Status : {{event.properties.status}}
<br />Nb voie restraintes : {{event.properties.numberoflanesrestricted}}
<br />Direction : {{event.properties.direction}}
<br />disturbance activity type : {{event.properties.disturbanceacivitytype}}
<br />effect on road layout : {{event.properties.effectonroadlayout}}
<br />network management type : {{event.properties.networkmanagementtype}}
<br />public event type : {{event.properties.publiceventtype}}
<br />road maintennace type : {{event.properties.roadmaintenancetype}}
<br />mobility : {{event.properties.mobility}}
<br />Abnomal traffic type : {{event.properties.abnormaltraffictype}}
<br />Future : {{event.properties.future}}
{% include "combo/json/includes/share.html" with place=event url=cell|place_page_url %}
{% placeholder "infos-pratiques" %}

View File

@ -3,7 +3,7 @@
<h3 class="dim">Mes lieux favoris</h3>
<ul>
{% for value in json.data %}
<li><span class="place-info">{% if value.content.nom %}{{value.content.nom}} : {%endif %}{{ value.text }}</span>
<li><span class="place-info">{% if value.content.nom %}{{value.content.nom}} : {%endif %}{{ value.text }}</span>
<form method="POST" class="delete-place" action="{{ site_base }}{% url 'combo-public-ajax-page-cell' page_pk=cell.page.id cell_reference=cell.get_reference %}">
{% csrf_token %}
<input type="hidden" name="action" value="delete"/>

View File

@ -47,7 +47,7 @@
{% else %}
<div class="tile-content">
<p>
{% if pmr.properties.numero_voie != '' %}Situé au numéro : {{pmr.properties.numero_voie}}<br />{% endif %}
{% if pmr.properties.numero_voie != '' %}Situé au numéro : {{pmr.properties.numero_voie}}<br />{% endif %}
{% if pmr.properties.nb_places != '' %}<b>{{pmr.properties.nb_places}} place{{pmr.properties.nb_places|pluralize}}</b><br />{% endif %}
{% if pmr.properties.configuration != '' %}<img src="/static/toodego/img/parking-type.png" class="parking-type {{pmr.properties.configuration|lower}}" /><span class="parking-type {{pmr.properties.configuration|lower}}">en {{pmr.properties.configuration|lower}}</span><br />{% endif %}
</p>