{% 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 'Mon compte' %}

{% if user.is_staff %}

/ {% trans 'Adminsitration du Site' %}

{% trans 'Administrer les Renkan' %} / {% trans 'Editorialisation' %} / {% trans 'Administration Hdalab' %} / {% trans 'Administrer Hdabo' %}

{% endif %}

/ {% trans 'Modifier mon profil' %}

{% trans 'Modification du mot de passe' %} / {% trans 'Modification des informations du compte' %}

/ {% trans 'Gerer mes Renkan' %}

{% csrf_token %}

{% if page.has_previous %}{% trans 'Previous' %}{% endif %} {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}

{% if page.has_previous or page.has_next %} - {% endif %}{% trans 'Filter' %} : - {% trans 'Advanced search' %}

{% trans 'Title' %} :

{% trans 'Modification date' %} : {% trans 'begin' %} - {% trans 'end' %} :

{% trans 'State' %} :

{% trans 'Favorite' %} : = 1 %} checked="checked" {% endif %} value="{{favorite}}" />

{% for hr in page.object_list %} {% with hr.renkan as r %} {% endwith %} {% endfor %}
{% 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 %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %} {% 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 %}

{% endblock %}