ref: master
plugins/exchange/views/exchange_plugin_myprofile/_exchange_summary.html.erb
<%= _("%s will offer") % profile.name %>
<%= render :partial => 'proposal_element_list', :locals => {:proposal => proposal, :profile => profile, :actor => 'profile' } %><%= _("%s will offer") % @theother.name %>
<%= render :partial => 'proposal_element_list', :locals => {:proposal => proposal, :profile => @theother, :actor => 'theother' } %>