[`Import contacts`]
{if $error}
{$error}
{else}
{$_count = $csv.fields|@count}
{sprintf(_w("We have found %d column in imported data.", "We have found %d columns in imported data.", $_count))}
{/if}
[`You must select at least one of the following fields: First name, Last name, Company name, Email.`]