{% extends 'base.html' %} {% load crispy_forms_tags %} {% block body_main %} {% include 'profile/_header.html' with active='account' %}

Usernamae: {{ user }}

{% csrf_token %}
{% if user.userprofile.image %}

Photo:

{% endif %}
Nevermind
{% endblock %}