{% if resource.types is not empty %}
{% for typeName in resource.types|keys %} {{ form_widget(formView[typeName]) }} {% endfor %}
{% endif %}