{% extends "base.htm" %} {% block title %}User Profile{% endblock %} {% block heading %}User Profile{% endblock %} {% block content %} Update your profile


{% if is_seller %} Back to seller page
{% endif %} Purchase History {% endblock %}