{% extends theme('base.html') %} {% import 'fomanticui.html' as sui %} {% block content %}

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

{{ _("You are currently logged in as %(username)s.", username=user.name) }} {% if client %} {{ _("The application %(client_name)s want to disconnect your account.", client_name=client.name) }} {% endif %}


{{ form.hidden_tag() if form.hidden_tag }}
{% endblock %}