{% extends 'core/base.html' %} {% load i18n %} {% block content %} ← {% trans "back" %}
{% trans "Manage your personal user data." %}
{% trans "Choose your language and configure the default overview." %}
{% trans "Separate private and company data into workspaces." %}
{% trans "Invite new users during the test phase. Only people with an invitation link can register." %}
{{ request.scheme }}://{{ request.get_host }}{% url 'accept_user_invite' invite.token %}{% blocktrans with workspace=active_workspace.name %}Create API keys for integrations in workspace {{ workspace }} and optionally restrict them to tags.{% endblocktrans %}
{{ key.token }}