Client Test

{% if not request.user.is_authenticated %}
{% else %}
{% csrf_token %}
{% endif %} {% if request.user.is_authenticated %} You are currently authenticated. Your user information is the following: Email Addresses {% for email in emails %} {% endfor %} Avatars {% for avatar in avatars %} {% endfor %} Addresses {% for address in addresses %} {% endfor %} Phones {% for phone in phones %} {% endfor %} Settings {% for setting in settings %} {% endfor %} Social {% for social in socials %} {% endfor %} {% else %} You are not authenticated.
{% endif %}