{% extends "allauth/layouts/entrance.html" %}{% load i18n allauth %} {% block head_title %}{% trans "Authorize" %}{% endblock %} {% block content %}

{% trans "Enter Device Code" %}

{% blocktrans %}Enter the code displayed on your device.{% endblocktrans %}

{% include 'allauth/components/form.html' %}
{% endblock %}