PayPal CSV Item Details

<% @paypal_csv.attributes.except("data","payment_id").each do |attr| %>

<%= attr.first.to_s %>: <%= @paypal_csv.attributes[attr.first] %>

<% end %>

<% if @paypal_csv.payment.present? %> <%= link_to "Linked Payment", @paypal_csv.payment %> <% else %> Couldn't link automatically. Please create payment manually or adjust the user account and try again to <%= link_to "link email '#{@paypal_csv._from_email_address}' at membership level '#{@paypal_csv._gross.to_i}'", link_paypal_csv_path(@paypal_csv) %>. <% end %>

<%= link_to "Back", paypal_csvs_path %>