Confirm key import

{{ total_keys }} key(s) ready to add. {% if preview.rejected_count %} {{ preview.rejected_count }} line(s) skipped (invalid format). {% endif %}

{% if preview.unidentified_count %}
{{ preview.unidentified_count }} key(s) could not be auto-detected. They will be added as unidentified for manual review and will not get routing until reclassified.
{% endif %}
{% for group in preview.groups %}

{{ group.display_name }}

{{ group.key_count }} key(s)

{% if group.sample_masked %}

{{ group.sample_masked|join(', ') }}{% if group.key_count > 3 %} …{% endif %}

{% endif %}
{% if group.action == 'exists' %} Routing provider exists

prefix {{ group.routing_prefix }}

{% elif group.action == 'enable' %} Will re-enable routing provider

{{ group.existing_provider_id }}

{% elif group.action == 'create' %} Will create routing provider

prefix {{ group.routing_prefix }}

{% else %} Inventory only {% if group.skip_reason %}

{{ group.skip_reason }}

{% endif %} {% endif %}
{% endfor %}