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