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

{% trans "Confirm Device" %}

{% blocktrans with client_name=client.name trimmed %} Please confirm the code shown on your {{ client_name }} to authorize this device.{% endblocktrans %}

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