{% extends "base.html" %} {% load i18n %} {% load static %} {% load thumbnail %} {% block title %}{{block.super}} > Profil utilisateur : {{ user.username }}{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block main_content %}

Votre profil

Vos renkans :

{% for hr in renkan_list %} {% with hr.renkan as r %} {% endwith %} {% endfor %}
NomDate de modificationPreviewStatutActions
{{ r.title }} ({{ r.id }}) {{ r.modification_date|date:"Y-m-d H:i" }} {% thumbnail r.image 100x100 as thumb %} {{ hr.state }}

Gestion du mot de passe : modification

{% endblock %}