Organisation Nom Prénom adresse adresse 2 adresse 3 cp ville email tel profession plume papier Première adhesion Dernier renouvellement Création de la fiche mise à jour Paiement pour 2013 Type d'adhésion pour 2013 Pouvoirs pour 2013 <% @sheets.each do |sheet| %> <%= sheet.corporate %> <% if sheet.first_people %> <%= sheet.first_people.surname %> <%= sheet.first_people.firstname %> <% else %> <%2.times do %> <%end%> <%end%> <%= sheet.address %> <%= sheet.address2 %> <%= sheet.address3 %> <%= sheet.pc %> <%= sheet.city %> <% if sheet.first_people %> <%= sheet.first_people.email %> <%= sheet.first_people.phone %> <%= sheet.first_people.job %> <% else %> <%3.times do %> <%end%> <%end%> <%= sheet.plume %> <%= sheet.first_year %> <%= sheet.last_year %> <%= l sheet.created_at %> <%= l sheet.updated_at %> <% if sheet.sheet_years.where(:year => 2013).first %> <% sy = sheet.sheet_years.where(:year => 2013).first %> <%= l(sy.paid_at) if sy.paid_at %> <%= SheetYear::JOIN_TYPE[sy.join_type] %> <%= sy.join_type == 1 ? 1 : 2 %> <% else %> <%3.times do %> <%end%> <% end %> <% end %>