{% extends "base.html" %} {% load static %} {% block title %}Editar perfil{% endblock %} {% block content %}

Editar perfil NexID

{% csrf_token %}
{% if foto_perfil %} Foto actual {% endif %}
{% endblock %}