{% extends 'base.html' %} {% load static %} {% load bootstrap4 %} {% block content %}

Editar Perfil

{% if not user.profile.image %} User profile picture {% else %} User profile picture {% endif %}

{{user.first_name}} {{user.last_name}}


{% csrf_token %} {% bootstrap_form user_form %} {% bootstrap_form profile_form %}
{% endblock %}