{% load static %}

Welcome, {{ user.username }}!

Recently Watched

{% if recently_watched %} {% else %}

No recently watched items.

{% endif %}

Account Status

Subscription: {% if user.subscription %}Active{% else %}Inactive{% endif %}

Last Login: {{ user.last_login|date:"F d, Y" }}

Manage Subscription

Recommended for You

{% if recommendations %} {% else %}

No recommendations yet.

{% endif %}