{{ '{{' }} {{ field.path }}{% spaceless %} {% if field.type == 'zone' %}.choice{% endif %} {% if field.type == 'rich_text' %}.content|raw{% endif %} {% if field.type == 'image' %}.src{% endif %} {% endspaceless %}  {{ '}}' }}  {% if field.children|length > 0 %} {% include 'EcdEmailingBundle:Template:field_group.html.twig' with {'fields': field.children } %} {% endif %}