{% extends "app.html" %} {% block content %}
{% trans user_name=user_info.display_name %}Welcome home, {{ user_name }}.{% endtrans %}
{% trans %}Change your display name, set a profile picture and control visibility of your personal data to others.{% endtrans %}
{% trans %}If need be, you can change your password here.{% endtrans %}
{% trans %}Manage users, invitations and circles of your Snikket service.{% endtrans %}
{% trans %}Exit the Snikket Web Portal, without logging out your other devices.{% endtrans %}