{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {% block content %}
{{ _("You are currently logged in as %(username)s.", username=user.identifier) }} {% if client %} {{ _("The application %(client_name)s wants to disconnect your account.", client_name=client.client_name) }} {% endif %}