{% extends 'base_narrow.html' %} {% block body %}

{{_('Device Login')}}

{{_('Use a login session on another device (e.g. your laptop) to log into a service without entering your password.')}}

{% if initiation %}

{{_('Open %(deviceauth_url)s on the other device and enter the initiation code there. Then enter the confirmation code in the box above.', deviceauth_url=url_for('session.deviceauth', _external=True)|e)|safe}}

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