{% extends 'frontend/base.html.j2' %} {% block content %}
user.username | user_handle | credential_data | name | _actions |
---|---|---|---|---|
{{ cred.user.username }} | {{ cred.user_handle }} | {{ cred.credential_data[0:40] }}... | {{ cred.name }} | {{ render_form(button_form, action_url=url_for('app.webauthn_delete_route', webauthn_id=cred.id)) }} |