{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{* Membership Import Wizard - Step 3 (preview import results prior to actual data loading) *} {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *} {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} {include file="CRM/common/WizardHeader.tpl"}

{ts}The information below previews the results of importing your data in CiviCRM. Review the totals to ensure that they represent your expected results.{/ts}

{if $invalidRowCount}

{ts 1=$invalidRowCount 2=$downloadErrorRecordsUrl}CiviCRM has detected invalid data or formatting errors in %1 records. If you continue, these records will be skipped. OR, you can download a file with just these problem records - Download Errors. Then correct them in the original import file, cancel this import and begin again at step 1.{/ts}

{/if} {if $conflictRowCount}

{ts 1=$conflictRowCount 2=$downloadConflictRecordsUrl}CiviCRM has detected %1 records with conflicting transaction ids within this data file. If you continue, these records will be skipped. OR, you can download a file with just these problem records - Download Conflicts. Then correct them in the original import file, cancel this import and begin again at step 1.{/ts}

{/if}

{ts}Click 'Import Now' if you are ready to proceed.{/ts}

{include file="CRM/common/formButtons.tpl" location="top"}
{include file="CRM/common/importProgress.tpl"} {* Summary Preview (record counts) *} {if $invalidRowCount} {/if} {if $conflictRowCount} {/if}
{ts}Total Rows{/ts} {$totalRowCount} {ts}Total rows (membership records) in uploaded file.{/ts}
{ts}Rows with Errors{/ts} {$invalidRowCount} {ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts} {if $invalidRowCount} {/if}
{ts}Conflicting Rows{/ts} {$conflictRowCount} {ts}Rows with conflicting transaction ids within this file. These rows will be skipped (not imported).{/ts} {if $conflictRowCount} {/if}
{ts}Valid Rows{/ts} {$validRowCount} {ts}Total rows to be imported.{/ts}
{* Table for mapping preview *} {include file="CRM/Member/Import/Form/MapTable.tpl}
{include file="CRM/common/formButtons.tpl" location="bottom"}