我在表单中添加了一个集合。
->add('numbers', 'collection', array('type' => new NumberType(),
'allow_add' => true,
'allow_delete' => true))
numberType 有两个字段:From 和 To。我想在表单中显示它们。怎么做?