{% extends "home/base_userhomefinal.html" %} {% load staticfiles %} {% comment %} {% load bootstrap4 %} {% endcomment %} {% block body_block %}

Profile

{% if userprofilepic.profile_pic %} {% else %} {% endif %}

Name: {{ user.first_name }} {{ user.lastname }}



Username: {{ user.username }}



Email: {{ user.email }}



Contact: {{ userprofilepic.contact }}

{% endblock %}