{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{* Import Wizard - Step 1 (choose data source) *} {* 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 Import Wizard allows you to easily import contact records from other applications into CiviCRM. For example, if your organization has contacts in MS Access® or Excel®, and you want to start using CiviCRM to store these contacts, you can 'import' them here.{/ts} {help id='choose-data-source-intro'}
{include file="CRM/common/formButtons.tpl" location="top"}

{ts}Choose Data Source{/ts}

{$form.dataSource.label} {$form.dataSource.html} {help id='data-source-selection'}
{* Data source form pane is injected here when the data source is selected. *}

{ts}Import Options{/ts}

{include file="CRM/Core/Date.tpl"} {if $geoCode} {/if} {if $savedMapping} { /if} {if $form.disableUSPS} {/if}
{$form.contactType.label} {$form.contactType.html} {help id='contact-type'}    {$form.subType.label}   {$form.subType.html} {help id='contact-sub-type'}
{$form.onDuplicate.label} {$form.onDuplicate.html} {help id='dupes'}
{$form.dedupe.label} {$form.dedupe.html} {help id='id-dedupe_rule'}
{$form.fieldSeparator.label} {$form.fieldSeparator.html} {help id='id-fieldSeparator'}
{ts}Select the format that is used for date fields in your import data.{/ts}
{$form.doGeocodeAddress.html} {$form.doGeocodeAddress.label}
{ts}This option is not recommended for large imports. Use the command-line geocoding script instead.{/ts} {docURL page="user/initial-set-up/scheduled-jobs"}
{$form.savedMapping.html}
   {ts}Select Saved Mapping or Leave blank to create a new One.{/ts}
{$form.disableUSPS.html}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal}