{% if error %}
{{ error }}
{% endif %} {% if provision_results %}

Routing providers

{% endif %} {% if results %} {% if has_pending %} {% endif %}

Submitted {{ results|length }} key(s)

{% if has_pending %} Validation in progress — statuses update automatically. {% else %} Validation complete. {% endif %}

View all keys
{% for item in results %} {% endfor %}
Key Provider Status
{{ item.key_masked }} {{ item.provider_display_name or item.provider_id }} {{ item.status }}{% if item.error %} — {{ item.error }}{% endif %}
{% endif %}