{% if error %}
{{ item.provider_id }} (prefix {{ item.prefix }})
{% elif item.action == 'enabled' %}
Re-enabled routing provider {{ item.provider_id }}
{% elif item.action == 'exists' %}
Using existing routing provider {{ item.provider_id }}
{% elif item.action == 'skipped' %}
Skipped: {{ item.reason }}
{% endif %}
{% if has_pending %} Validation in progress — statuses update automatically. {% else %} Validation complete. {% endif %}
| Key | Provider | Status |
|---|---|---|
| {{ item.key_masked }} | {{ item.provider_display_name or item.provider_id }} | {{ item.status }}{% if item.error %} — {{ item.error }}{% endif %} |