5 lines
94 B
Twig
5 lines
94 B
Twig
{% if form_json_response %}
|
|
{{ form_json_response|json_encode|raw }}
|
|
{% else %}
|
|
{}
|
|
{% endif %} |