{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* Membership Import Wizard - Step 4 (summary of import results AFTER 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}Import has completed successfully.{/ts} {ts}The information below summarizes the results.{/ts}

{if $unMatchCount }

{ts count=$unMatchCount plural='CiviCRM has detected mismatched membership IDs. These records have not been Updated.'}CiviCRM has detected mismatched membership ID. This record have not been updated.{/ts}

{ts 1=$downloadMismatchRecordsUrl}You can Download Mismatched Memberships. You may then correct them, and import the new file with the corrected data.{/ts}

{/if} {if $invalidRowCount }

{ts count=$invalidRowCount plural='CiviCRM has detected invalid data and/or formatting errors in %count records. These records have not been imported.'}CiviCRM has detected invalid data and/or formatting errors in one record. This record have not been imported.{/ts}

{ts 1=$downloadErrorRecordsUrl}You can Download Errors. You may then correct them, and import the new file with the corrected data.{/ts}

{/if} {if $conflictRowCount}

{ts count=$conflictRowCount plural='CiviCRM has detected %count records with conflicting transaction IDs within this data file or relative to existing membership records. These records have not been imported.'}CiviCRM has detected one record with conflicting transaction ID within this data file or relative to existing membership records. This record have not been imported.{/ts}

{ts 1=$downloadConflictRecordsUrl}You can Download Conflicts. You may then review these records to determine if they are actually conflicts, and correct the transaction IDs for those that are not.{/ts}

{/if} {if $duplicateRowCount}

{ts count=$duplicateRowCount plural='CiviCRM has detected %count records which are duplicates of existing CiviCRM membership records.'}CiviCRM has detected one record which is a duplicate of existing CiviCRM membership record.{/ts} {$dupeActionString}

{ts 1=$downloadDuplicateRecordsUrl}You can Download Duplicates. You may then review these records to determine if they are actually duplicates, and correct the transaction IDs for those that are not.{/ts}

{/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{* Summary of Import Results (record counts) *} {if $invalidRowCount } {/if} {if $unMatchCount } {/if} {if $conflictRowCount} {/if} {if $duplicateRowCount} {/if}
{ts}Total Rows{/ts} {$totalRowCount} {ts}Total rows (membership records) in uploaded file.{/ts}
{ts}Invalid Rows (skipped){/ts} {$invalidRowCount} {ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts} {if $invalidRowCount} {/if}
{ts}Mismatched Rows (skipped){/ts} {$unMatchCount} {ts}Rows with mismatched membership IDs... (NOT updated).{/ts} {if $unMatchCount}

{ts}Download Mismatched Memberships{/ts}

{/if}
{ts}Conflicting Rows (skipped){/ts} {$conflictRowCount} {ts}Rows with conflicting transaction IDs (NOT imported).{/ts} {if $conflictRowCount}

{ts}Download Conflicts{/ts}

{/if}
{ts}Duplicate Rows{/ts} {$duplicateRowCount} {ts}Rows which are duplicates of existing CiviCRM membership records.{/ts} {$dupeActionString} {if $duplicateRowCount}

{ts}Download Duplicates{/ts}

{/if}
{ts}Records Imported{/ts} {$validRowCount} {ts}Rows imported successfully.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}