{%- block form_errors -%} {%- if errors|length > 0 -%}
|
{{- child.vars.label -}}
{%- if description is not null -%}
{{ description|raw }}
|
{% if choiceData %}
{% if choiceData.price is defined %} {{ choiceData.price | format_service_price }} {% endif %} | {% endif %}
{% set childTooltip = child.vars.attr['data-tooltip']|default(null) %}
{{- form_widget(child, { 'attr': child_attr }) -}}
|