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

{{ json.data.firstname|title }} {% if is_portal_agent %}{{ json.data.lastname|title }}{% else %}{{ json.data.lastname|upper }}{% endif %}

{% endif %}