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

Mon profil

Nouveau Renkan - Modification du mot de passe

 

Mes renkans :

{% for hr in renkan_list %} {% with hr.renkan as r %} {% endwith %} {% endfor %}
NomDate de modificationPreviewStatutActions
{{ r.title }} {{ r.modification_date|date:"Y-m-d H:i" }} {% thumbnail r.image 100x100 as thumb %} {{ hr.state|state_to_str }} {% if hr.state == 1 %} {% else %}{% endif %} {% if hr.state == 1 %} {% else %}{% endif %}
{% endblock %}