{% extends 'layout.html' %} {% block content %} {% block profile-nav %} {% include "../partials/_profile_nav.html" %} {% endblock %} Username: {{ user.username }} Email: {{ user.email }} Nom complet: {{ user.profile.first_name }} {{ user.profile.last_name }} Inscription: {{ user.date_joined|date:"F j, Y" }} Bio: {{ user.profile.biography }} Modifier le profil publique {% endblock %}
Username: {{ user.username }}
Email: {{ user.email }}
Nom complet: {{ user.profile.first_name }} {{ user.profile.last_name }}
Inscription: {{ user.date_joined|date:"F j, Y" }}
Bio: {{ user.profile.biography }}