{% extends "layout.html" %} {% block body %}

{{ _('Approve Magic Link Login') }}

{{ _('Review the device that requested access before approving this login.') }}

{{ _('IP address') }}
{{ request_ip or _('Unknown') }}
{{ _('Browser') }}
{{ request_user_agent or _('Unknown') }}

{{ _('If you approve this request, the device that started it will be logged in as %(username)s.', username=current_user.name) }}

{{ _('Cancel') }}
{% endblock %}