bouches-du-rhone: show new field in affectation json's cell (#73071)

This commit is contained in:
Benjamin Dauvergne 2023-01-06 12:50:12 +01:00
parent 9ee15f4518
commit abcae7b78f
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<p>Motif de relance : <strong>{{ rdv.relance.lib_motif|default:"" }}</strong></p> <p>Motif de relance : <strong>{{ rdv.relance.lib_motif|default:"" }}</strong></p>
<p>Date réelle : <strong>{{ rdv.date_reelle|date:"d/m/Y"|default:"" }}</strong></p> <p>Date réelle : <strong>{{ rdv.date_reelle|date:"d/m/Y"|default:"" }}</strong></p>
<p>Résultat : <strong>{{ rdv.lib_resultat|default:"" }}</strong></p> <p>Résultat : <strong>{{ rdv.lib_resultat|default:"" }}</strong></p>
<p>Date d'intégration : <strong>{{ data.date_integration|date:"d/m/Y"|default:"" }}</strong></p>
{% endwith %} {% endwith %}
</div> </div>
<div class="grid-1-3"> <div class="grid-1-3">

View File

@ -38,6 +38,7 @@
<p>Motif de relance : <strong>{{ rdv.relance.lib_motif|default:"" }}</strong></p> <p>Motif de relance : <strong>{{ rdv.relance.lib_motif|default:"" }}</strong></p>
<p>Date réelle : <strong>{{ rdv.date_reelle|date:"d/m/Y"|default:"" }}</strong></p> <p>Date réelle : <strong>{{ rdv.date_reelle|date:"d/m/Y"|default:"" }}</strong></p>
<p>Résultat : <strong>{{ rdv.lib_resultat|default:"" }}</strong></p> <p>Résultat : <strong>{{ rdv.lib_resultat|default:"" }}</strong></p>
<p>Date d'intégration : <strong>{{ prem.date_integration|date:"d/m/Y"|default:"" }}</strong></p>
{% endwith %} {% endwith %}
</div> </div>
<div class="grid-1-3"> <div class="grid-1-3">