<%= attr.first.to_s %>: <%= @ipn.attributes[attr.first] %>
<% end %><% if @ipn.payment.present? %> <%= link_to "Linked Payment", @ipn.payment %> <% else %> Couldn't link automatically. Please create payment manually or adjust the user account and try again to <%= link_to "link email '#{@ipn.payer_email}' at membership level '#{@ipn.payment_gross.to_i}'", link_ipn_path(@ipn) %>. <% end %>
<%= link_to "Back", ipns_path %>