<%= contact_tag(contact_card, :type => "avatar", :size => 64) %>

<%= contact_tag(contact_card, :type => "plain") %>

<%= h contact_card.job_title %> <% if !contact_card.is_company %> <%= " #{l(:label_crm_at_company)} " unless (contact_card.job_title.blank? or contact_card.company.blank?) %> <% if contact_card.contact_company %> <%= link_to contact_card.contact_company.name, {:controller => 'contacts', :action => 'show', :project_id => contact_card.contact_company.project(@project), :id => contact_card.contact_company.id } %> <% else %> <%= h contact_card.company %> <% end %> <% end %>

<% if contact_card.phones.any? %>

<%= contact_card.phones.first %>

<% end %> <% if contact_card.emails.any? %> <% end %> <%= tag_links(contact_card.tag_list) %>