<%= text_field 'enterprise', 'name', 'size' => 20, 'class' => 'formfield text_field' %>
<%= text_field 'enterprise', 'address', 'size' => 50 %>
<%= text_field 'enterprise', 'contact_phone', 'size' => 20 %>
<%= text_field 'enterprise', 'contact_person', 'size' => 20 %>
<%= text_field 'enterprise', 'acronym', 'size' => 20 %>
<%= text_field 'enterprise', 'foundation_year', 'size' => 20 %>
<%= text_field 'enterprise', 'legal_form', 'size' => 20 %>
<%= text_field 'enterprise', 'economic_activity', 'size' => 20 %>
<%= text_area 'enterprise', 'management_information', 'cols' => 40, 'rows' => 20 %>
<%= select 'validation_entity', 'id', @validation_entities.map{|v| [v.name, v.id]}, :include_blank => true %>