{% extends "base.html" %} {% load i18n %} {% load static %} {% load thumbnail %} {% block title %}{{block.super}} > {% trans 'Marked Renkans list' %}{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block renkans_actif %}{% if not hide_favorite %}actif{% endif %}{% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block main_content %}
{% block main_content_title %}

{% trans 'Public Renkans list' %}

 

{% trans 'Marked Renkans list' %}

{% endblock %}
{% block new_renkan %}
{% csrf_token %}

{% blocktrans %} Consultez des cartes de connaissances sur les arts et à partir des ressources Histoire des arts et Wikipedia. {% endblocktrans %}

{% endblock %}

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

{% if show_username %}

{% trans 'Username' %} :

{% endif %} {% if not hide_favorite %}

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

{% endif %}

{% if not hide_favorite %} {% endif %} {% if show_username %} {% endif %} {% for hr in page.object_list %} {% with hr.renkan as r %} {% if not hide_favorite %} {% endif %} {% if show_username %} {% endif %} {% endwith %} {% endfor %}
{% trans 'Title' %} {% if sort_param == 'title' %}{% endif %}{% trans 'Fav.' %} {% if sort_param == 'favorite' %}{% endif %}{% trans 'User' %} {% if sort_param == 'user' %}{% endif %}{% trans 'Modification date' %} {% if sort_param == 'date' %}{% endif %} PreviewActions
{% if hr.favorite %} {% else %} {% endif %}{{ r.owner.username }}{{ r.modification_date|date:"Y-m-d H:i" }} {% thumbnail r.image 100x100 as thumb %}
{% 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 %}

{% endblock %}