{% if error %}
Import failed: {{ error }}
{% else %}
Imported {{ imported_count }} key(s) from {{ filename }}. View keys
{% if verification %}

Verification Summary

Total

{{ verification.total }}

Routable

{{ verification.routable }}

Encryption

{{ verification.encryption.encrypted }} encrypted, {{ verification.encryption.plaintext }} plaintext

{% if verification.by_status %}

By status:

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