{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {% block content %}

{% trans %}Log out{% endtrans %}
{% trans %}Do you want to log out?{% endtrans %}

{{ _("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 %}


{% call fui.render_form(form) %}
{% endcall %}
{% endblock %}