{% extends 'base_narrow.html' %} {% block body %} {% if not initiation %}
{% elif not confirmation %} {% else %} {% endif %}

{{_('Authorize Device Login')}}

{{_('Log into a service on another device without entering your password.')}}

{% if not initiation %} {% else %} {% endif %}
{% if confirmation %}
{% endif %} {% if not initiation %}

{{_('Start logging into a service on the other device and chose "Device Login" on the login page. Enter the displayed initiation code in the box above.')}}

{{_('Cancel')}}
{% elif not confirmation %}

{{_('Authorize the login for service %(service_name)s?', service_name=initiation.description|e)|safe}}

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

{{_('Enter the confirmation code on the other device and complete the login. Click Finish afterwards.')|safe}}

{% endif %}
{% endblock %}