{% extends 'base.html' %} {% load static %} {% block content %}

⚙️ Settings

Manage your account settings and preferences.

🎨 Appearance

Customize how the app looks on your device.

🌐 Language

Select your preferred language.

{% csrf_token %}

📍 Delivery Location

Save your default delivery location for faster checkout.

{% csrf_token %}

👤 Account

Update your profile information and manage your account.

{% if user.is_authenticated %} Go to Profile {% else %} Login to manage account {% endif %}
{% endblock %}