{% load cms_tags i18n %} {% load url from future %} {% if user.is_authenticated %}
  • {% trans 'Welcome back' %} {{ user.first_name|upper }} {{ user.last_name|upper }}
  • |
  • {% trans 'Logout' %}
  • {% endif %}