{% with child=json.data %} {% if child.isBorn %} 👶 Naissance confirmée (le {{ child.birth.dateBirth|date:"d/m/Y" }}) {% else %} Confirmer la naissance 🤰 {% endif %} {% endwith %}