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

{{_('Remote login')}}

{{_('Using your another device, visit')}} {{verify_url}} {{_('and log in')}}.

{{_('Once you do so, you will automatically get logged in on this device.')}}

{{_('The link will expire after %s minutes.' % 10)}}

{% endblock %} {% block js %} {% endblock %}