{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{literal} {/literal} {* 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 email addresses 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"}
{* Import Progress Bar and Info *}

Importing records...


{* Summary Preview (record counts) *} {if $invalidRowCount} {/if} {if $conflictRowCount} {/if}
{ts}Total Rows{/ts} {$totalRowCount} {ts}Total number of rows in the imported data.{/ts}
{ts}Rows with Errors{/ts} {$invalidRowCount} {ts}Rows with invalid data in one or more fields (for example, invalid email address formatting). These rows will be skipped (not imported).{/ts} {if $invalidRowCount} {/if}
{ts}Conflicting Rows{/ts} {$conflictRowCount} {ts}Rows with conflicting email addresses 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/Contact/Import/Form/MapTable.tpl"} {* Group options *} {* New Group *} {* Existing Group *}
{$form.groups.label}
{$form.groups.html}
{* Tag options *} {* New Tag *} {* Existing Tag Imported Contact *}
{* End of preview-info div. We hide this on form submit. *}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal}