{% extends "logged_in.html" %} {% block title %}Manage{% endblock %} {% block content %} {{ super() }}

YubiKeys

{% if user.yubikeys %} {% else %}

You have no YubiKeys assigned.

{% endif %}

Change password {% if can_delete %} Delete account {% endif %} {% endblock %}