{% extends "base.html" %} {% block content %} {% if user.is_authenticated %}

Create Profile

{% csrf_token %} {{ form.media }} {{ form.as_p }}
{% endif %} {% endblock %}