Dashboard
  • Dashboard
  • Components

  • Data Tables
  • Charts
  • Forms
  • Modals
  • Account

  • Profile
  • Settings
  • Change Password
  • Logout
{% if user.is_authenticated %} {% if user.profile.avatar %} {{ user.username }} {% else %}
{% endif %}

{{ user.get_full_name|default:user.username }}

{{ user.email }}

Profile Change Password Logout
{% else %}

Guest User

Not logged in

Log in
{% endif %}