{% extends 'layouts/base.html' %} {% load static %} {% block title %}{% if object %}Edit Profile{% else %}Create Profile{% endif %} - {{ object.user.get_full_name|default:object.user.username|default:'New Profile' }}{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% if object %} Update profile information for {{ object.user.get_full_name|default:object.user.username }} {% else %} Create a new user profile {% endif %}