{% extends 'base.html' %} {% block content %} {% if session.username %}

Order Tracking

{% else %}

Sign in required

Please log in to access your order information.

Go to Login
{% endif %} {% endblock %}