passion_retro/templates/components/profile_nav.html
2025-09-12 11:11:44 +02:00

6 lines
No EOL
329 B
HTML

{% block 'profile-nav' %}
<div class="profile-header">
<h2>Profil de <span class="{{ user.username_decoration }}">{{ user.username }}</span></h2>
<div class="{{ user.border_avatar }}"><img src="/media/{{ user.avatar }}" style="width:150px;" alt="Avatar de {{ user.username }}"></div>
</div>
{% endblock %}