<table class="details merge-labels">
  <tr>
    <th>[% l('Merge:') %]</th>
    <td>
      [% INCLUDE 'components/labels-list.tt' labels=edit.display_data.old
           no_checkboxes=1 no_ratings=1 %]
    </td>
  </tr>
  <tr>
    <th>[% l('Into:') %]</th>
    <td>
      [% INCLUDE 'components/labels-list.tt' labels=edit.display_data.new
           no_checkboxes=1 no_ratings=1 %]
    </td>
  </tr>
</table>
