{% load cms_tags %} {% load url from future %} {% if user.is_authenticated %}
  • Bentornato {{ user.first_name|upper }} {{ user.last_name|upper }}
  • |
  • log out
  • {% endif %}