{% extends "shop/base.html" %} {% block body %} {% load i18n %}

Welcome to django SHOP

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