{% extends "base.html" %} {% load i18n %} {% load static %} {% load thumbnail %} {% load hdalab_tags %} {% block title %}{{block.super}} > {% trans 'Manage renkan publication' %}{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block main_content %} {% for hr in renkan_list %} {% with hr.renkan as r %} {% endwith %} {% endfor %}
NomUtilisateurDate de modificationPreviewStatutActions
{{ r.title }} {{ r.owner.username }} {{ r.modification_date|date:"Y-m-d H:i" }} {% thumbnail r.image 100x100 as thumb %} {{ hr.state|state_to_str }} {% if hr.state == 2 or hr.state == 4 %} {% else %}{% endif %} {% if hr.state != 4 %}{% endif %}
{% endblock %}