{% extends 'base.html' %} {% block title %}Profile{% endblock %} {% block content %}
{{ user.email }}
{{ user.profile.bio }}
Location: {{ user.profile.location }}
{% endif %} {% if user.profile.birth_date %}Birth Date: {{ user.profile.birth_date }}
{% endif %} {% if user.profile.phone_number %}Phone: {{ user.profile.phone_number }}
{% endif %}Member since: {{ user.date_joined|date:"M d, Y" }}
{{ user.groups.first.name|default:"User"|title }}