Hello, {{ user.name|default:user.email }}!

Welcome to the protected area.

Your Information:

Email: {{ user.email|default:"N/A" }}

ID: {{ user.id|default:"N/A" }}

{% if user.username %}

Username: {{ user.username }}

{% endif %} {% if user.picture %}

Picture: Profile

{% endif %}