<%= t :contacts %>

<% if flash["alert"] %><% end %>
<% if @group_id and not @group_id.nil? %> <% end %> <% if @mode == "choose" %> <% for contact in @contacts %> <% end %> <% for group in @contactgroups %> <% end %> <% elsif @mode == "groups"%> <% for contact in @contacts %> <% end %> <% else %> <% for contact in @contacts %> <% end %> <% end %>
<% CDF::CONFIG[:contact_letters].each do |letter| %> <%= link_to letter, contacts_path(:letter => letter) %> <% end %>       <%= link_to t(:show_all), contacts_path %>
<%= will_paginate @contacts %>
<%= "#{t :to} #{t :cc} #{t :bcc}" %> <%= t :name %> <%= t :email %>
<%=contact.full_name%> <%=contact.email%>
<%=_('Groups')%>:
<%=group.name%>  
<%= _('Name')%> <%= _('E-mail')%>
> <%=contact.full_name%> <%=contact.email%>
<%= _('Name')%> <%= _('E-mail')%>  
<%= link_to(contact.full_name, :controller=>"/contacts/contact", :action => "edit", :id => contact.id ) %> <%= link_to( contact.email, :controller => "/webmail", :action => "compose", :params => { "mail[to]" => contact.email } ) %> <%= link_to(_('delete'), {:controller=>'/contacts/contact', :action=>'delete', :id=>contact.id}, {:confirm=>sprintf(_('DELETE CONTACT?\r\n\Name - %s\r\nE-mail - %s'), contact.show_name, contact.email)})%>