{% extends 'musette/base_musette.html' %} {% load i18n %} {% load static %} {% block content %}

{{ profile.iduser.first_name }} {{ profile.iduser.last_name }}

{{ profile.iduser.date_joined }}
{% if profile.iduser.id == user.id %} {% trans "Edit profile" %} {% endif %}

{% trans "About me" %}

{{ profile.about|safe }}
{% if model_profile_is_extend %} {% with app|add:"/profile.html" as template %} {% include template %} {% endwith %} {% endif %}
{% endblock %}