{% if json.err != 0 %}
{% include "./erreur.html" %}
{% else %}
Adresse
{% with data=json.data %}
{% if data.RL1.num == person_id %}
{% include "./adulte-adresse_rl.html" with rl_data=json.data.RL1 %}
{% elif data.RL2.num == person_id %}
{% include "./adulte-adresse_rl.html" with rl_data=json.data.RL2 %}
{% endif %}
{% if data.RL1.num == person_id %}
Signaler un changement d'adresse
{% endif %}
{% endwith %}
{% endif %}