{% extends "root.html" %} {% block main %}

Status

Username {% if user.is_authenticated %} {{ user.get_username }} {% else %} anonymous {% endif %}
Verified by {% if user.otp_device %} {{ user.otp_device }}
{{ user.otp_device.persistent_id }} {% else %} none {% endif %}
{% endblock %}