<%= l(:text_crm_contact_added, :name => h(@contact.name), :author => h(@contact.author)) %>

<%= link_to(h("#{l(:label_contact)} ##{@contact.id}: #{@contact.name}"), @contact_url) %>

<%= textilizable(@contact, :background, :only_path => false) %>