<% @company_contacts = @contact.company_contacts.visible %> <% if @contact.is_company %>
<%= link_to_if_authorized l(:label_crm_add_contact), {:controller => 'contacts', :action => 'new', :project_id => @project, :contact => {:company => @contact.name}} %>

<%= l(:label_contact_plural) %>

<%= render :partial => 'common/contact_data', :collection => @company_contacts %>
<% end %>