{% load url from future %} {% load i18n %} {% if user.is_authenticated %}
{% blocktrans with username=user.username|title %}Welcome {{ username }}.{% endblocktrans %}
{% trans "Profile" %} {% trans "Logout" %}
{% blocktrans %}Add Favourite Tags on the {% endblocktrans %} {% trans "profile" %} {% blocktrans %}page to see them here.{% endblocktrans %}
{% endfor %}{% blocktrans %}If you are a member of any groups, you will see them listed here. {% endblocktrans %}
{% endfor %} {% endif %} {% else %}