{% extends "base.html" %} {% load i18n %} {% load static %} {% load thumbnail %} {% load hdalab_tags %} {% block title %}{{block.super}} > {% trans 'Compte utilisateur' %} : {{ user.username }}{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block profile_actif %}actif{% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block main_content %}
{% trans 'Administrer les Renkan' %} / {% trans 'Editorialisation' %} / {% trans 'Administration Hdalab' %} / {% trans 'Administrer Hdabo' %}
{% trans 'Modification du mot de passe' %} / {% trans 'Modification des informations du compte' %}
{% if page.has_previous %}{% trans 'Previous' %}{% endif %} {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}
| {% trans 'Title' %} {% if sort_param == 'title' %}{% endif %} | {% trans 'Fav.' %} {% if sort_param == 'favorite' %}{% endif %} | {% trans 'Modification date' %} {% if sort_param == 'date' %}{% endif %} | {% trans 'Preview' %} | {% trans 'State' %} {% if sort_param == 'state' %}{% endif %} | {% trans 'Actions' %} |
|---|---|---|---|---|---|
| {% if hr.favorite %} {% else %} {% endif %} | {{ 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 page.has_previous %}{% trans 'Previous' %}{% endif %} {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}