{# 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. #} {% block sonata_formatter_type_widget %}
{{ form_widget(form.children[format_field]) }} {% if form.children[format_field].vars.choices is defined %} {{ "please_select_format_method"|trans({}, "SonataFormatterBundle") }} {% endif %}
{{ form_widget(form.children[source_field]) }} {% endblock sonata_formatter_type_widget %} {% block sonata_simple_formatter_type_widget %} {{ form_widget(form) }} {% endblock sonata_simple_formatter_type_widget %}