<%= text_field 'enterprise', 'name', 'size' => 20 %>


<%= text_field 'enterprise', 'address', 'size' => 50 %>


<%= text_field 'enterprise', 'contact_phone', 'size' => 20 %>


<%= text_field 'organization_info', 'contact_person', 'size' => 20 %>


<%= text_field 'organization_info', 'acronym', 'size' => 20 %>


<%= text_field 'organization_info', 'foundation_year', 'size' => 20 %>


<%= text_field 'organization_info', 'legal_form', 'size' => 20 %>


<%= text_field 'organization_info', 'economic_activity', 'size' => 20 %>


<%= text_area 'organization_info', 'management_information', 'cols' => 40, 'rows' => 20 %>


<%= select 'validation_entity', 'id', @validation_entities.map{|v| [v.name, v.id]}, :include_blank => true %>


<%= text_field 'enterprise', 'tag_list', 'size' => 20 %>