<%= @enterprise.name %>

<%= error_messages_for 'profile' %>

<%= _('Identifier:') %> <%= @enterprise.identifier %>

<%= _('Address:') %> <%= @enterprise.address %>

<%= _('Contact phone:') %> <%= @enterprise.contact_phone %>

<%= _('Contact person:') %> <%= @enterprise.contact_person %>

<%= _('Acronym:') %> <%= @enterprise.acronym %>

<%= _('Foundation year:') %> <%= @enterprise.foundation_year %>

<%= _('Legal Form:') %> <%= @enterprise.legal_form %>

<%= _('Economic activity:') %> <%= @enterprise.economic_activity %>

<%= _('Management infomation:') %> <%= @enterprise.management_information %>

<%= link_to _('Edit enterprise'), :action => 'edit', :id => @enterprise %> <%= help _('Change the information about the enterprise') %> <%= link_to _('Delete enterprise'), :action => 'destroy', :id => @enterprise %> <%= help _('Remove the enterprise from the system') %> <%= link_to _('Activate'), :action => 'activate', :id => @enterprise unless @enterprise.active? %> <%= help _('Activate an approved enterprise') unless @enterprise.active? %> <%= link_to _('Back'), :controller => :profile_editor %>