{% 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 %}
{% 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 %} | {% if not hide_favorite %}{% trans 'Fav.' %} {% if sort_param == 'favorite' %}{% endif %} | {% endif %} {% if show_username %}{% trans 'User' %} {% if sort_param == 'user' %}{% endif %} | {% endif %}{% trans 'Modification date' %} {% if sort_param == 'date' %}{% endif %} | Preview | Actions |
|---|---|---|---|---|---|
| {% if not hide_favorite %} | {% if hr.favorite %} {% else %} {% endif %} | {% endif %} {% if show_username %}{{ r.owner.username }} | {% endif %}{{ r.modification_date|date:"Y-m-d H:i" }} | {% thumbnail r.image 100x100 as thumb %} |
{% if page.has_previous %}{% trans 'Previous' %}{% endif %} {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}
{% endblock %}