{% if optionsEnabled|default(false) %}
{% if optionsTitle is defined and optionsTitle is not empty %}
{{ optionsTitle|trans }}
{% endif %}
{% for option in options %} {% endfor %}
{% endif %}
{{ data|json_encode }}