<%= t :contacts %>

<% unless @mode == "choose" %> <% end -%>
<% 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%>
<%=t(:groups)%>:
<%=group.name%>  
<%= t(:name)%> <%= t(:email)%>
> <%=contact.full_name%> <%=contact.email%>
<%= t(:name)%> <%= t(:email)%>  
<%= link_to(contact.full_name, :controller=>:contacts, :action => "edit", :id => contact.id ) %> <%= link_to( contact.email, :controller => :webmail, :action => "compose", :params => { "mail[to]" => contact.email } ) %> <%= link_to(t(:delete), {:controller=>:contacts, :action=>'delete', :id=>contact.id}, {:confirm=>t(:delete_contact_question, :name => contact.show_name, :email => contact.email)})%>