{% load i18n form_tags %}

{% trans "API access" %} {% trans "Control your access to Modoboa API" %}


{% url "docs-index-v2" as api_doc_url %} {% blocktrans with url=api_doc_url trimmed %} A documentation of the API is available here. {% endblocktrans %}
{% if user.auth_token %}

{% trans "API access token" %}

{{ user.auth_token }}

{% endif %}
{% csrf_token %}