{% extends 'base.html' %} {% load static %} {% block content %} Profile Details {% if not profile.profile_picture %} {% else %} {% endif %} {% if profile.full_name %} {{ profile.full_name}} {% endif %} Username: {{ profile.username }} Email: {{ profile.email }} Age: {{ profile.age }} Total price: {{ total_sum|stringformat:".3f" }} Edit Delete {% endblock %}
Username: {{ profile.username }}
Email: {{ profile.email }}
Age: {{ profile.age }}
Total price: {{ total_sum|stringformat:".3f" }}