{% extends 'base.html.twig' %} {% block title %}Test Complète tes commerces{% endblock %} {% block body %}

Test Complète tes commerces

{% if url %}
URL CTC : {{ url }}
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if json %}

JSON reçu :

{{ json|json_decode(constant('JSON_OBJECT_AS_ARRAY'))|json_encode(constant('JSON_PRETTY_PRINT')) }}
{% elseif url and not error %}
Aucune donnée reçue.
{% endif %}
{% endblock %}