{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "API token" %}{% endblock %} {% block content %}

{% trans "API token" %}

{% trans "Copy the token to a client or tool which you want to use for interacting with your Socialhome account." %}

{% trans "Important! Do not give anyone access to the token or they will be able to use your account through client apps! If you lose your token or need a new one, click 'Regenerate'." %}

{% csrf_token %}
{% trans "Return to profile" %}
{% endblock %}