{% extends 'base.html' %} {% block content %} {% if not user.profile.imported_yt_playlists %} {% endif %}

User Settings

Pick a picture:
{{ user.username }} {{ user.username }} {{ user.username }} {{ user.username }}

Summary

Location

Update
{% csrf_token %}
Username

Full Name

Email
This is the google account you logged in with.

Global Preferences

  • Access Token
    {{ user.profile.access_token }}
  • Refresh Token
    {{ user.profile.refresh_token }}
  • Expires At
    {{ user.profile.expires_at }}
{% endblock %}