% layout 'admin'; % title 'Organisations';

Merging <%= $org_result->name %> into <%= $target_result->name %>

Back
% for my $org ( $org_result, $target_result ) {

<%= $org->name %>

Street Name
%= $org->street_name
Town/City
%= $org->town
Sector
%= $org->sector
Postcode
%= $org->postcode
Validated
%= $org->pending ? 'no' : 'yes'
Is Local
%= $org->is_local ? 'yes' : 'no'
Transaction Count: <%= $org->entity->sales->count %>
% }

Warning: Cannot be undone!

This will discard all basic information about this organisation, and merge all transactions into the target organisation. This process has no way of being undone.