<% teams.each do |t| %> <% end %>
družstvo (login)
členové
email
telefon
doručení jak
adresa
VS
zaplaceno
akce
<%= t.name %> (<%= t.login %>)
<%= (1..4).collect{ |i| t.send("clen#{i}_jmeno").to_s+' '+t.send("clen#{i}_prijmeni").to_s }.reject{ |s| s.strip.empty?}.join(', ') %>
<%= link_to t.email, 'mailto:'+t.email %>
<%= t.telefon %>
<%= t.zpusob_doruceni %>
<%= [t.adresa,t.vzkaz].join(' ') %>
<%= t.vs %>
<%= t.amount_paid %> Kč <%= t.paid? ? "/ #{t.date_paid}" : '' %>
<%= link_to 'editovat', edit_team_path(t.id) %>
<%= button_to 'smaž', t, :confirm => "Are you sure?", :method => :delete %>