User Information

Retrieve the full name of the user

{{ user.name }}

Retrieve the username of the user.

{{ user.username }}

Retrieve the email of the user.

{{ user.email }}

Retrieve the first name of the user.

{{ user.first_name }}

Retrieve the last name of the user.

{{ user.last_name }}

Retrieve the url of the user.

{{ user.url }}

Retrieve the id of the user.

{{ user.id }}