{% extends "allauth/layouts/entrance.html" %}{% load i18n allauth %} {% block head_title %}{% trans "Authorize" %}{% endblock %} {% block content %}
{% blocktrans with client_name=client.name trimmed %} Please confirm the code shown on your {{ client_name }} to authorize this device.{% endblocktrans %}