{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {include file="CRM/common/dedupe.tpl"}
{ts}Filter Contacts{/ts}

{include file="CRM/common/pager.tpl" location="top"} {include file='CRM/common/jsortable.tpl'}
{assign var="rowClass" value="odd-row"} {assign var="rowCount" value=0} {foreach from=$exceptions key=errorId item=exception} {assign var="rowCount" value=$rowCount+1} {if $rowClass eq "odd-row"} {assign var="rowClass" value="even-row"} {else} {assign var="rowClass" value="odd-row"} {/if} {/foreach}
{ts}Contact 1{/ts} {ts}Contact 2 (Duplicate){/ts}
{assign var="contact1name" value="contact_id1.display_name"} { $exception.$contact1name } {assign var="contact2name" value="contact_id2.display_name"} { $exception.$contact2name } » {ts}Remove Exception{/ts}
{include file="CRM/common/pager.tpl" location="bottom"}

{* process the dupe contacts *} {literal} {/literal}