{% if json.err != 0 %} {% include "./erreur.html" %} {% else %}

Régime alimentaire

{% with data=json.data %}

Régime alimentaire : {{ data.dietcode_text }}

{% endwith %} {% include "./enfant-bouton-modifier.html" with demarche="le régime alimentaire" %} {% endif %}