{% load inbox wlprofile %} {% if user.is_authenticated %}
Welcome {{ user|user_link }},
you have 0 new messages.
{% else %}

Login

{% comment %}
{% csrf_token %}
{% endcomment %}
Click here to login
Lost password? | Register now!
{% endif %} {% comment %} {# Login via iframe does not work between http and https #} {% endcomment %}