ec019928a0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
94 B
Twig
5 lines
94 B
Twig
{% if form_json_response %}
|
|
{{ form_json_response|json_encode|raw }}
|
|
{% else %}
|
|
{}
|
|
{% endif %} |