{% load ajax_helpers modal_tags %}
{% if not webauthn %}

No authorised credentials

{% else %}
Authorised Credentials
{% for w in webauthn %} {% endfor %}
Device Last used
{{ w }} {{ w.last_used_on|date }} {% modal_button_method 'Remove' 'remove_webauthn' id=w.id css_class='btn btn-sm btn-outline-warning' %}
{% endif %}