{% extends "app.html" %} {% block content %}
{% trans user_name=user_info.display_name %}Welcome home, {{ user_name }}.{% endtrans %}
{% trans %}Change display name, set avatar and configure visibility of your personal data to others.{% endtrans %}
{% trans %}Manage users and invitations of this Snikket service.{% endtrans %}
{% endif %}{% trans %}Exit the Snikket Web Portal, without logging out your other devices.{% endtrans %}