+ {{ contactsStore.total }} + {{ contactsStore.total === 1 ? 'contact' : 'contacts' }} +
++ Download our + CSV template, fill it in and upload it here. Columns: Name, Emails, + PhoneNumbers (multiple values separated by ";"). +
++ Manage your contacts. + {{ + trimmedSearchTerm + ? `${contactsStore.total} found` + : `${contactsStore.total} total` + }} +
++ {{ + searchTerm + ? 'No contacts match your search' + : 'No contacts yet' + }} +
++ {{ + searchTerm + ? 'Try a different name, phone number or email.' + : 'Add your first contact or import them from a CSV file.' + }} +
++ Add custom key/value details such as company or address. +
+
+ Download the
+ CSV template, fill it in and upload it here. Separate multiple emails or phone
+ numbers within a cell using a semicolon (;).
+
We couldn't import your file:
+