{% load wlprofile_extras %} {% if user.is_authenticated %}
Welcome {{ user|user_link }},
{% comment %} you have {{ messages_inbox_count}} new message{{ messages_inbox_count|pluralize }}. {% endcomment %} you have {{ messages_inbox_count}} new message{{ messages_inbox_count|pluralize }}.
{% 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 %}