{% extends "app.html" %} {% from "library.j2" import standard_button, form_button %} {% block content %}

{% trans %}Sign out of the Snikket Web Portal{% endtrans %}

{% trans %}Click below to log yourself out of the web portal. This does not affect any other connected devices.{% endtrans %}

{{ form.csrf_token }}
{%- call standard_button("back", url_for("user.index"), class="tertiary") -%} {% trans %}Back{% endtrans %} {%- endcall -%} {%- call form_button("logout", form.action_signout, class="primary") %}{% endcall -%}
{% endblock %}