{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %}{{ user.username }} - Profil utilisateur{% endblock title %} {% block head %} {{ profile_form.media }} {% endblock head %} {% block content %}
{% include 'user_app/nav.html' %}

Mon profil

{% csrf_token %} {{ profile_form|crispy }} {% if user.profile.avatar %}

{% endif %}
{% endblock content %}