{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {%- apply spaceless %} {% if value is null %}   {% else %} {% set value = use_value|default(false) ? value.value : value.name %} {% if translation_domain|default(null) is null %} {% set value = value %} {% else %} {% set value = value|trans({}, translation_domain) %} {% endif %} {{ value }} {% endif %} {% endapply -%}