{% extends "base.html" %} {% block content %}
{% if user.profile_image %} {% else %} {% endif %}

{{ user.username }}

{{ user.email }}


Upload Profile Image

**Accept Only PNG's, JPEG's**


Change Password






Security(Show 2FA. If the user turns on it, it will show a green tick. If not, it will show a red tick.)


{%for art in my_art%}
{{art.name}}
{% endfor %}
.
{%for art in my_creation%}
{{art.name}}
{% endfor %}
Bidding Art Item Name Bidding Time(Order by DESC) Bidding Price
The Krusty Krab 2022-4-3 15:30:00 150
Chum Bucket 2022-4-2 10:00:00 100
{% block modal %}{% endblock %} {% block script %}{% endblock %} {% endblock %}