{% load i18n %}

Welcome to Django SHOP

Product list
Your cart
{% if user.is_authenticated %} {% trans "Hello" %} {{ user }} {% trans "Your orders" %} {% endif %}