{% extends 'base.html' %} {% block title %}Настройки{% endblock %} {% block content %}

Профиль

Логин:
{{ user.username }}
Email:
{{ user.email }}

API ключ:
{% if token is not None %} {{ token }}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}

{% endblock %}